Vector search functionality in sqlite-utils
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 172
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reviewing sqlite-utils alongside sqlite-vec and determine the intended scope for BM25 and vector similarity search; the issue is complete only when a concrete integration plan and acceptance criteria are agreed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100