-
Notifications
You must be signed in to change notification settings - Fork 427
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
Sentence Embeddings #1
Comments
Thanks for your interest and your kind words! We're very excited to bring this out to the community and we are looking forward to working with so many great people. The KNN is currently a sentence embedding search. It uses SentenceTransformers to create embeddings and populates an Annoy index. We're looking at other options as well. |
Ah great. Thanks! |
drazvan
pushed a commit
that referenced
this issue
Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, amazing stuff here. And it's open source?? Icing on the cake.
Forgive me if it's a stupid question, as I haven't fully read the repo yet. But in theory, is it possible to replace the KNN with a sentence embeddings based search?
I feel like this would be better at understanding the guardrails and put less emphasis on the requirements of high quality of the examples given
Thanks!
The text was updated successfully, but these errors were encountered: