What this is
This stack is for teams adding semantic retrieval to applications. It includes the main architectural choices: Postgres-native vectors, dedicated vector databases, embedded stores, and RAG orchestration.
When to pick it
- Search quality depends on meaning, not just keywords.
- You need retrieval for a copilot, knowledge base, or recommendation workflow.
- You are deciding whether vectors belong inside Postgres or in a dedicated service.