simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.67k stars 111 forks source link

Vector search functionality in sqlite-utils #635

Open saeedesmaili opened 3 months ago

saeedesmaili commented 3 months ago

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 commented 3 months ago

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