Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector similarity #164

Closed
andregosling opened this issue Mar 20, 2023 · 1 comment
Closed

Vector similarity #164

andregosling opened this issue Mar 20, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@andregosling
Copy link

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!

@guyroyse
Copy link
Contributor

Redis OM does not yet support VSS. There's a PR and an issue for this already. See #104 and #153.

@guyroyse guyroyse added the duplicate This issue or pull request already exists label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants