Y
Hacker News
new
|
ask
|
show
|
jobs
by
shepherdjerred
83 days ago
Is there a 'sqlite equivalent' for RAG? e.g. something I could give Claude w/o a backend and say use command X to add a document, command Y to search, all in a flat file?
1 comments
tk90
82 days ago
closest thing I've seen is
https://github.com/tobi/qmd
, though it requires installing 3 local embedding models (300MB, 640MB, 1.1GB).
link