A vector database stores embeddings for similarity search; RAG is the full pipeline that retrieves passages and conditions generation on them. Experts compare dedicated vector stores vs pgvector or in-memory indexes — but the retrieval step is only one part of RAG.
A vector database stores embeddings for similarity search; RAG is the full pipeline that retrieves passages and conditions generation on them. Experts compare dedicated vector stores vs pgvector or in-memory indexes — bu
Clearest explanation
strong· 94
Canonical expert clip
Chosen for clarity and how directly it answers the question — not for views or hype.
Best expert explanation
"Postgress, which is a SQL database, using the PG vector extension. So it can act as a vector database."
Practitioner clips ground architecture decisions in how retrieval systems fail and get evaluated in production.
Practitioner clips ground architecture decisions in how retrieval systems fail and get evaluated in production. Signals: clean transcript excerpt, implementation or retrieval detail.
•Picking an embedding model that mismatches domain vocabulary without offline recall checks.
Implementation tradeoffs
•Reranking: Cross-encoder or LLM rerankers improve top-k quality at higher latency and inference cost.
•Knowledge updates: RAG re-index cadence vs fine-tune retrain cycles when policies or product facts change frequently.
•Regression testing: Fine-tune releases need behavior suites on fixed prompts; RAG releases need recall suites on labeled questions — teams often test only one.
Themes repeated across indexed engineering talks and practitioner writeups — not a survey, vote count, or attributed quote roundup.
Build a RAG investigation
Save expert explanations into one investigation, compare voices, and export a shareable research brief on this device.