rag
- Text
- Retrieval-Augmented Generation: an architecture that improves LLM responses by retrieving relevant documents from an external corpus at query time, grounding the model's output in your data rather than its training weights alone.
- Tags
- ai, llm, architecture