Skip to content

Commit 2cf6be9

Browse files
author
Nitin Kanukolanu
committed
Update
1 parent 0d12622 commit 2cf6be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/schema.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Each field type supports specific attributes that customize its behavior. Below
9696

9797
- `flat`: Brute-force exact search. 100% recall, slower for large datasets. Best for <10K vectors.
9898
- `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.
100100

101101
.. note::
102102
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
169169
170170
**SVS-VAMANA Vector Field Specific Attributes**:
171171

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.**
173173

174174
.. dropdown:: When to use SVS-VAMANA & Detailed Guide
175175
:color: info

0 commit comments

Comments
 (0)