docs: Add async api index types

This commit is contained in:
qzhu
2024-11-21 16:26:32 -08:00
parent 162880140e
commit 5f187d4db6

View File

@@ -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