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

Storing vector embeddings generated by some other model? #11

Open
dceravigupta opened this issue Dec 30, 2024 · 1 comment
Open

Storing vector embeddings generated by some other model? #11

dceravigupta opened this issue Dec 30, 2024 · 1 comment

Comments

@dceravigupta
Copy link

dceravigupta commented Dec 30, 2024

Is it possible to store embeddings generated by some other model like GPT and store them in SharpVector Db?

@crpietschmann
Copy link
Member

I did design the library to use IVectorStore and IVectoreComparer to decouple the implementation so additional embedding implementations could be created. The use of something like GPT to create the embeddings and then use them within SharpVector is an interesting use case. I'll try to take a look at implementing this. Thanks for the suggestion!

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