RAG basics
RAG retrieves relevant external context and supplies it to the model at generation time.
- Retrieval before generation
- Improves freshness and grounding
- Quality depends on chunking and retrieval
RAG basics
Tagged with rag
RAG retrieves relevant external context and supplies it to the model at generation time.
RAG basics