mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-02 18:02:58 +00:00
docs: add new indexes to python docs (#1945)
closes issue #1855 Co-authored-by: Renato Marroquin <renato.marroquin@oracle.com>
This commit is contained in:
@@ -568,4 +568,14 @@ class IvfPq:
|
||||
sample_rate: int = 256
|
||||
|
||||
|
||||
__all__ = ["BTree", "IvfFlat", "IvfPq", "HnswPq", "HnswSq", "IndexConfig"]
|
||||
__all__ = [
|
||||
"BTree",
|
||||
"IvfPq",
|
||||
"IvfFlat",
|
||||
"HnswPq",
|
||||
"HnswSq",
|
||||
"IndexConfig",
|
||||
"FTS",
|
||||
"Bitmap",
|
||||
"LabelList",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user