Vector Database
9 items tagged with "vector-database"
Reference Architectures2
Retrieval-Augmented Generation Platform on AWS
A reference design for a production RAG system on AWS that grounds LLM answers in private documents using a managed vector store and Bedrock models.
Vector Database Platform on Kubernetes
A reference design for a self-hosted, multi-tenant vector database platform on Kubernetes that powers semantic search and RAG retrieval at scale.
Comparisons3
Pinecone vs Weaviate
Pinecone is a fully managed vector database; Weaviate is open source with managed and self-hosted options. The split shapes control, operations, and feature flexibility.
Weaviate vs Qdrant
Weaviate and Qdrant are open-source vector databases. Weaviate emphasizes a modular, feature-rich platform; Qdrant emphasizes a lean, performant Rust-based engine.
pgvector vs Dedicated Vector Database
pgvector adds vector search to PostgreSQL; a dedicated vector database is purpose-built. The choice trades operational simplicity against scale and specialized features.