6 ms·
This is a common feature now. If anything, for being so early to vector databases, Pinecone was rather late to integrating embeddings. Timescale most recently
by jeadie 2y ago
This is a common feature now. If anything, for being so early to vector databases, Pinecone was rather late to integrating embeddings.
Timescale most recently added it but, yes a bunch of others: Weaviate, Spice AI, Marqo, etc.
- jimminyx 2y agoDo any of the others also handle reranking?
- cess11 2y agoI don't know about them, but Manticore does. https://manticoresearch.com/use-case/vector-search/ https://manticoresearch.com/use-case/vector-search/
- iosjunkie 2y agoQdrant does with its ‘Query API’. https://qdrant.tech/documentation/concepts/hybrid-queries/ https://qdrant.tech/documentation/concepts/hybrid-queries/ And handles embedding creation with its fastembed package. https://github.com/qdrant/fastembed https://github.com/qdrant/fastembed
- tech2trees 2y agoMarqo does: https://www.marqo.ai/ https://www.marqo.ai/
- gdj0nes 2y agoA difference between Pinecone and many of the others you listed is that we host both embedding and reranking models in a serverless fashion. You pay for what you use while we manage the entire stack.