You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/schema.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Each field type supports specific attributes that customize its behavior. Below
96
96
97
97
- `flat`: Brute-force exact search. 100% recall, slower for large datasets. Best for <10K vectors.
98
98
- `hnsw`: Graph-based approximate search. Fast with high recall (95-99%). Best for general use.
99
-
- `svs-vamana`: Compressed approximate search. Memory-efficient with compression. Best for large datasets on Intel hardware.
99
+
- `svs-vamana`: SVS-VAMANA (Scalable Vector Search with VAMANA graph algorithm) provides fast approximate nearest neighbor search with optional compression support. This algorithm is optimized for Intel hardware and offers reduced memory usage through vector compression.
100
100
101
101
.. note::
102
102
For detailed algorithm comparison and selection guidance, see :ref:`vector-algorithm-comparison`.
@@ -169,7 +169,7 @@ HNSW (Hierarchical Navigable Small World) - Graph-based approximate search with
169
169
170
170
**SVS-VAMANA Vector Field Specific Attributes**:
171
171
172
-
SVS-VAMANA - High-performance search with optional compression. **Best for large datasets (>100K vectors) on Intel hardware with memory constraints.**
172
+
SVS-VAMANA (Scalable Vector Search with VAMANA graph algorithm) provides fast approximate nearest neighbor search with optional compression support. This algorithm is optimized for Intel hardware and offers reduced memory usage through vector compression. **Best for large datasets (>100K vectors) on Intel hardware with memory constraints.**
173
173
174
174
.. dropdown:: When to use SVS-VAMANA & Detailed Guide
0 commit comments