opea-project / GenAIComps

GenAI components at micro-service level; GenAI service composer to create mega-service
Apache License 2.0
78 stars 140 forks source link

VectorDB(svs) #259

Open kevinintel opened 5 months ago

XinyuYe-Intel commented 4 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.

kevinintel commented 4 months ago

This feature depends on svs in Redis, so we need to change the milestone

kevinintel commented 3 months ago

IntelLab will integrate svs into Redis