Live data from Hacker News

Zvec: SQLite-like simplicity in an embedded vector database (By Alibaba)

zvec.org

1–3 of 3 posts

Re: Zvec: SQLite-like simplicity in an embedded vector database (By Alibaba)

#2
This looks like a decent alternative to faiss. Has anyone used zvec enough to compare with other options? The in-process model is really nice when you want to layer it in with your own filtering and ranking, where the vectors are just one component of an bigger, existing search system.