From 5f187d4db6722fa98a8a6278464ae4b3a9963d9a Mon Sep 17 00:00:00 2001 From: qzhu Date: Thu, 21 Nov 2024 16:26:32 -0800 Subject: [PATCH] docs: Add async api index types --- docs/src/python/python.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/python/python.md b/docs/src/python/python.md index a9db4060..6febb272 100644 --- a/docs/src/python/python.md +++ b/docs/src/python/python.md @@ -117,8 +117,14 @@ lists the indices that LanceDb supports. ::: lancedb.index.LabelList +::: lancedb.index.FTS + ::: lancedb.index.IvfPq +::: lancedb.index.HnswPq + +::: lancedb.index.HnswSq + ## Querying (Asynchronous) Queries allow you to return data from your database. Basic queries can be