Skip to content

Commit 8d81547

Browse files
Fix HNSW acronym: Hierarchically → Hierarchical (#207)
* Fix 'Hierarchically' to 'Hierarchical' in HNSW acronym Generated-By: mintlify-agent * Update docs/indexing/vector-index.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com>
1 parent d6350d9 commit 8d81547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/indexing/vector-index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
PyVectorIndexCheckStatus as VectorIndexCheckStatus,
1919
} from '/snippets/indexing.mdx';
2020

21-
You can create and manage multiple vector indexes on any Lance dataset. LanceDB offers two kinds of vector indexing algorithms: **Inverted File (IVF)** and **Hierarchically Navigable Small Worlds (HNSW)**.
21+
You can create and manage multiple vector indexes on any Lance dataset. LanceDB offers two kinds of vector indexing algorithms: **Inverted File (IVF)** and **Hierarchical Navigable Small World (HNSW)**.
2222

2323
<Info>
2424
**IVF + HNSW**

0 commit comments

Comments
 (0)