Data Infrastructure
Published 2026-04-20Updated 2026-07-132 min read
Overviewโ
For RAG pipelines and long-term memory to function properly, vector search infrastructure must be operated reliably. This section covers Milvus-based vector database operations. Future documents on Feature Store operations, Knowledge Graph infrastructure, and other data layer components will be added.
What This Section Coversโ
- Milvus Vector Database -- EKS-based Milvus cluster architecture, index selection (HNSW, IVF, DiskANN), and sharding/replication operations
Related Documentsโ
- Domain Customization (LoRA + RAG) -- The role of vector search in RAG pipelines and selection criteria
- Ragas Evaluation Framework -- Evaluating vector search quality (Context Precision, Recall)
- Monitoring Stack Setup -- Platform observability including the data layer
Document Listโ
๐๏ธ Milvus Vector DB
Deploying Milvus vector database on Amazon EKS and integrating with RAG pipelines