top | item 37771099

(no title)

cfors | 2 years ago

Can anybody speak to how Vespa compares to some other Vector Database solutions? Seems like there's so many options today

discuss

order

jkb79|2 years ago

Disclaimer, I work on Vespa.

If you look for just pure vector similarity search, there are many alternatives. But Vespa's tensor support, multi-vector indexing and the ability to express models like colBERT (1) or cross-encoders makes it stand out if you need to move beyond pure vector search support.

Plus, for RAG use cases, it's a full blown text search engine as well, allowing hybrid ranking combinations. Also with many pure vector databases like Pinecone, you cannot describe an object with more than one vector, if you have different vector models for the object, you need different indexes, and then duplicate metadata across those indexes (if you need filtering + vector search).

1 https://blog.vespa.ai/pretrained-transformer-language-models...

ComputerGuru|2 years ago

You might want to add a \ before the asterisk.