▲ | sharemywin 4 days ago | |||||||
it's annoying to me that there's not a doc store with vectors. seems like the vector dbs just store the vectors I think. | ||||||||
▲ | simonw 4 days ago | parent | next [-] | |||||||
Elasticsearch and MongoDB Atlas and PostgreSQL and SQLite all have vector indexes these days. | ||||||||
| ||||||||
▲ | CuriouslyC 4 days ago | parent | prev | next [-] | |||||||
My search service Lens returns exact spans from search, while having the best performance both in terms of latency and precision/recall within a budget. I'm just working on release cleanup and final benchmark validation so hopefully I can get it in your hands soon. | ||||||||
▲ | storus 4 days ago | parent | prev | next [-] | |||||||
Pinecone allows 40k of metadata with each vector which is often enough. | ||||||||
▲ | whakim 4 days ago | parent | prev | next [-] | |||||||
Elasticsearch and Vespa both fit the bill for this, if your scale grows beyond the purpose-built vector stores. | ||||||||
▲ | jeffchuber 4 days ago | parent | prev | next [-] | |||||||
chroma stores both | ||||||||
| ||||||||
▲ | intalentive 4 days ago | parent | prev [-] | |||||||
I just use sqlite |