Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions topics/rag/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
aliases: retrieval-augmented-generation, rag-pipeline
display_name: Retrieval-Augmented Generation
short_description: Retrieval-augmented generation connects Large Language Models to external knowledge bases to provide accurate responses.
topic: rag
logo: rag.png
wikipedia_url: https://en.wikipedia.org/wiki/Retrieval-augmented_generation
related: artificial-intelligence, generative-ai, llms, embeddings
---

Retrieval-augmented generation (RAG) is a technique that improves large language models by retrieving relevant information from external sources and using it to generate more accurate and context-aware responses.

A RAG system combines information retrieval with a language model. It is commonly used in AI assistants, search systems, document question answering, and applications that need access to private or frequently updated information.
Binary file added topics/rag/rag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.