Hacker News new | ask | show | jobs
Quick and Dirty Vector DB (github.com)
1 points by ltengelis 780 days ago
1 comments

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.