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

Vector search functionality in sqlite-utils #635

Open
saeedesmaili opened this issue Aug 3, 2024 · 1 comment
Open

Vector search functionality in sqlite-utils #635

saeedesmaili opened this issue Aug 3, 2024 · 1 comment

Comments

@saeedesmaili
Copy link

Is there any plan in integrating a vector search functionality like sqlite-vec into sqlite-utils? Or would you consider this to be scope creep?

I'm using sqlite-utils for a personal RAG on my notes and documents, it makes it super easy to store documents and their metadata in a reliable and portable format via python. I would love to be able to perform BM25 and vector similarity search on sqlite-utils, instead of figuring out how to integrate other tools into the system.

@saeedesmaili
Copy link
Author

sqlite-vec docs on how to use it in python: https://alexgarcia.xyz/sqlite-vec/python.html

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

1 participant