Skip to content

Commit 161316f

Browse files
committed
Apply pre-commit formatting fixes
1 parent f032f76 commit 161316f

8 files changed

Lines changed: 325 additions & 164 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ distances, ids = index.query(
106106
### Filtered Search Performance
107107

108108
Filtered search achieves **>90% recall** even for highly selective filters:
109+
109110
- **Specificity 10⁻³** (0.1% of data): >95% recall
110111
- **Specificity 10⁻⁶** (0.0001% of data): >90% recall
111112

apis/python/src/tiledb/vector_search/vamana_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def _parse_where_clause(where: str, label_enumeration: dict) -> Set[int]:
7676
label_id = label_enumeration[label_value]
7777
return {label_id}
7878

79+
7980
INDEX_TYPE = "VAMANA"
8081

8182
L_BUILD_DEFAULT = 100

0 commit comments

Comments
 (0)