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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,27 @@ FLAT - Brute-force exact search. **Best for small datasets (<10K vectors) requir
297
297
298
298
**Note**: FLAT is recommended for small datasets or when exact results are mandatory. For larger datasets, consider HNSW or SVS-VAMANA for better performance.
299
299
300
+
SVS-VAMANA Configuration Utilities
301
+
==================================
302
+
303
+
For SVS-VAMANA indices, RedisVL provides utilities to help configure compression settings and estimate memory savings.
0 commit comments