We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Thanks for the help in Discord. As requested, also asking here for public benefit.
If my users would like to find images similar to several selected images, instead of just one image, what is the best way to go about that?
I'm sure there are pros and cons to various approaches.
Maybe the simplest is to compute a centroid of the images' embeddings and then search using that one centroid vector.
Or maybe there's a way using a SQL query to combine multiple vectors and let sqlite-vec figure it out.
Thanks for any thoughts!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Thanks for the help in Discord. As requested, also asking here for public benefit.
If my users would like to find images similar to several selected images, instead of just one image, what is the best way to go about that?
I'm sure there are pros and cons to various approaches.
Maybe the simplest is to compute a centroid of the images' embeddings and then search using that one centroid vector.
Or maybe there's a way using a SQL query to combine multiple vectors and let sqlite-vec figure it out.
Thanks for any thoughts!
The text was updated successfully, but these errors were encountered: