Skip to content

Commit 0a8ab92

Browse files
committed
move compression advisor in docs
1 parent da3eada commit 0a8ab92

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/api/schema.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,27 @@ FLAT - Brute-force exact search. **Best for small datasets (<10K vectors) requir
297297
298298
**Note**: FLAT is recommended for small datasets or when exact results are mandatory. For larger datasets, consider HNSW or SVS-VAMANA for better performance.
299299

300+
SVS-VAMANA Configuration Utilities
301+
==================================
302+
303+
For SVS-VAMANA indices, RedisVL provides utilities to help configure compression settings and estimate memory savings.
304+
305+
CompressionAdvisor
306+
------------------
307+
308+
.. currentmodule:: redisvl.utils.compression
309+
310+
.. autoclass:: CompressionAdvisor
311+
:members:
312+
:show-inheritance:
313+
314+
SVSConfig
315+
---------
316+
317+
.. autoclass:: SVSConfig
318+
:members:
319+
:show-inheritance:
320+
300321
.. _vector-algorithm-comparison:
301322

302323
Vector Algorithm Comparison

0 commit comments

Comments
 (0)