I really need to figure out which vector DB is gonna hold up best for this new RAG setup I'm building with DeepSeek V4 Pro because the performance looks insane and I dont want my database to be the bottleneck. I'm basically torn between going with Pinecone's serverless offering or just biting the bullet and setting up a Milvus cluster on my own hardware. I've also heard some crazy good things about Weaviate's hybrid search lately but I'm totally getting overwhelmed with the options.
The project is a legal-tech tool I'm trying to launch by mid-October so I'm on a super tight 4-week timeline here in NYC. We're dealing with about 2 million documents initially but it's gonna grow fast. DeepSeek V4 is super sensitive to the quality of the chunks you feed it so I need something that handles metadata filtering like a beast. I've got a budget of roughly $300 a month to start for the database hosting so I cant go too crazy with some of the enterprise-level pricing just yet.
Here is what I am looking at:
I'm leaning towards Pinecone just to get out the door fast but part of me feels like I'll regret not having the control of Milvus or the hybrid search capabilities of Weaviate. Does DeepSeek V4 Pro have any weird quirks with how it expects its context windows filled that would make one of these a clear winner? I really want to make sure the retrieval is pinpoint accurate because legal stuff can't have hallucinations. What are you guys seeing in production right now?...
> I'm leaning towards Pinecone just to get out the door fast but part of me feels like I'll regret not having the control of Milvus I would suggest being careful with Milvus on a four-week timeline. Managing clusters is a huge time sink for a solo launch. You might want to consider Qdrant Managed Cloud 8GB RAM Cluster instead. It handles metadata filtering way better than Pinecone Serverless Index and the performance is more consistent for DeepSeek. Stick to managed services or you'll miss that October deadline, honestly.
> What are you guys seeing in production right now? What embedding dimensions are you running? I'm happy with Zilliz Cloud Managed Service since it's reliable. It works well for my legal app and stays safely under the $300 limit.
Caught this thread a bit late but man... I went through this exact stress last year. Thought I found a shortcut with a managed service for a similar project but it was such a letdown in the end.
Would love to know this too
> I've also heard some crazy good things about Weaviate's hybrid search lately Actually, for a legal-tech project where pinpoint accuracy is non-negotiable, hybrid search is almost a requirement. DeepSeek V4 Pro handles long contexts well, but if your retrieval step misses a specific case citation because the vector similarity was slightly off, the model is gonna hallucinate. Weaviate Cloud Services Standard Plan is probably your best bet for a 4-week turnaround. It combines keyword search (BM25) with vector search out of the box. Their filtering system is extremely efficient for those metadata-heavy chunks you mentioned.