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

Using local model for vector search #515

Open
imansafari1991 opened this issue Jan 29, 2025 · 1 comment
Open

Using local model for vector search #515

imansafari1991 opened this issue Jan 29, 2025 · 1 comment

Comments

@imansafari1991
Copy link
Contributor

Is there any plan to add an option to use a local model for Vector Search?

@slorello89
Copy link
Member

Hi @imansafari1991 - the vectorizer interface is quite open, so you can manage it however you need to, In fact we have two ML.NET based vectorizers that we release as part of Redis OM .NET if you'd like to take a look at those for reference: https://github.com/redis/redis-om-dotnet/tree/main/src/Redis.OM.Vectorizers.AllMiniLML6V2 and https://github.com/redis/redis-om-dotnet/tree/main/src/Redis.OM.Vectorizers.Resnet18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants