From 78e4f4d1a80548c947e513e898af590274e55e7e Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Thu, 20 Apr 2023 13:19:10 -0700 Subject: [PATCH] add ann_index to main doc page --- docs/mkdocs.yml | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8f2edc705..8e9d39548 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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 diff --git a/docs/src/index.md b/docs/src/index.md index c3798e3f3..f9fe97c25 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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.