add ann_index to main doc page

This commit is contained in:
gsilvestrin
2023-04-20 13:19:10 -07:00
parent b92eb988b6
commit 78e4f4d1a8
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ nav:
- Home: index.md
- Basics: basic.md
- Embeddings: embedding.md
- ANNIndexes: ann_indexes.md
- Indexing: ann_indexes.md
- Integrations: integrations.md
- Python API: python.md

View File

@@ -42,6 +42,6 @@ We will be adding completed demo apps built using LanceDB.
## Documentation Quick Links
* [`Basic Operations`](basic.md) - basic functionality of LanceDB.
* [`Embedding Functions`](embedding.md) - functions for working with embeddings.
* [`ANN Indexes`](ann_indexes.md) - create vector indexes to speed up queries.
* [`Indexing`](ann_indexes.md) - create vector indexes to speed up queries.
* [`Ecosystem Integrations`](integrations.md) - integrating LanceDB with python data tooling ecosystem.
* [`API Reference`](python.md) - detailed documentation for the LanceDB Python SDK.