Open kevinintel opened 5 months ago
After investigation, Scalable Vector Search (SVS) is not suitable for retrieval currently, since it only support indexing numpy array data type, rather than the data type of vector, text combination, which is essential for retrieval.
This feature depends on svs in Redis, so we need to change the milestone
IntelLab will integrate svs into Redis
After investigation, Scalable Vector Search (SVS) is not suitable for retrieval currently, since it only support indexing numpy array data type, rather than the data type of vector, text combination, which is essential for retrieval.