Live data from Hacker News

Quick and Dirty Vector DB

github.com

1–2 of 2 posts

Re: Quick and Dirty Vector DB

#2
I wanted a convenient tool to both compute vector embeddings of text and also perform similarity search over them. Thus 'babyvec' - defaults to computing Jina V2 embeddings locally and persisting them via 'npy-append-array'. This tool is not yet battle-tested but has been very useful for me in experimentation. Hope you might find it useful.