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
At this repository of redisearch on github (https://github.com/RediSearch/RediSearch), i found that redis-om-node supports the use of redisSearch, but i wasn't able to find anything here related to this topic.
How can i be able to compare vectors similarity saved into my redis db with another vector on my memore by cosine without querying all my data to memory and doing it on my code?
Thanks you all!
The text was updated successfully, but these errors were encountered:
Hello guys. I'm trying to use this feat: Vector similarity (https://redis.io/docs/stack/search/reference/vectors), that uses redisearch.
At this repository of redisearch on github (https://github.com/RediSearch/RediSearch), i found that redis-om-node supports the use of redisSearch, but i wasn't able to find anything here related to this topic.
How can i be able to compare vectors similarity saved into my redis db with another vector on my memore by cosine without querying all my data to memory and doing it on my code?
Thanks you all!
The text was updated successfully, but these errors were encountered: