You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DuckDB offers an extension called vss (doc). I'm currently working on a personal project, creating a RAG of personal/local notes/documents, and I resolved to use DuckDB as I want the whole thing to be hosted in a single binary running locally using ollama as the sole dependency.
I'm finding myself using langchaingo, and implement the VectorStore interface (and spending a bunch of time looking at the code of other implementations, to do it in the most "consistent" way possible).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
DuckDB offers an extension called
vss(doc). I'm currently working on a personal project, creating a RAG of personal/local notes/documents, and I resolved to use DuckDB as I want the whole thing to be hosted in a single binary running locally usingollamaas the sole dependency.I'm finding myself using langchaingo, and implement the
VectorStoreinterface (and spending a bunch of time looking at the code of other implementations, to do it in the most "consistent" way possible).Would you be open to a contribution?
Beta Was this translation helpful? Give feedback.
All reactions