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

Sentence Embeddings #1

Closed
nivibilla opened this issue Apr 25, 2023 · 2 comments
Closed

Sentence Embeddings #1

nivibilla opened this issue Apr 25, 2023 · 2 comments

Comments

@nivibilla
Copy link

nivibilla commented Apr 25, 2023

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!

@cparisien
Copy link
Collaborator

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.

@nivibilla
Copy link
Author

Ah great. Thanks!

drazvan pushed a commit that referenced this issue Mar 21, 2024
drazvan pushed a commit that referenced this issue Jun 5, 2024
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants