top | item 45169755

(no title)

sharemywin | 5 months 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.

discuss

order

simonw|5 months ago

Elasticsearch and MongoDB Atlas and PostgreSQL and SQLite all have vector indexes these days.

KaoruAoiShiho|5 months ago

> MongoDB Atlas

It took a while but eventually opensource dies.

CuriouslyC|5 months ago

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|5 months ago

Pinecone allows 40k of metadata with each vector which is often enough.

whakim|5 months ago

Elasticsearch and Vespa both fit the bill for this, if your scale grows beyond the purpose-built vector stores.

jeffchuber|5 months ago

chroma stores both

nkozyra|5 months ago

As does Azure's AI search.