mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-22 06:20:39 +00:00
docs: add missing Python index classes to API reference (#3392)
Adds three index configuration classes to the Python API Reference that were missing from the documentation: - `IvfSq` - IVF Scalar Quantization index - `IvfRq` - IVF RabitQ Quantization index - `HnswFlat` - HNSW without quantization (stores raw vectors) These classes are exported in `lancedb.index.__all__` and have complete docstrings in the source, but weren't showing up in the rendered docs at https://lancedb.github.io/lancedb/python/python/#indices-asynchronous. Closes #1855
This commit is contained in:
committed by
GitHub
parent
01e272c0b0
commit
20556e23a9
@@ -166,6 +166,12 @@ lists the indices that LanceDb supports.
|
||||
|
||||
::: lancedb.index.IvfFlat
|
||||
|
||||
::: lancedb.index.IvfSq
|
||||
|
||||
::: lancedb.index.IvfRq
|
||||
|
||||
::: lancedb.index.HnswFlat
|
||||
|
||||
::: lancedb.table.IndexStatistics
|
||||
|
||||
## Querying (Asynchronous)
|
||||
|
||||
Reference in New Issue
Block a user