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:
Renato Marroquin
2024-12-29 00:35:10 +01:00
committed by GitHub
parent aec8332eb5
commit 0cb6da6b7e
2 changed files with 15 additions and 1 deletions

View File

@@ -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",
]