From ddefcc189cf4eae12adbef7fec75f6db87b3f5fe Mon Sep 17 00:00:00 2001 From: AhmedAdam Date: Fri, 31 Jul 2026 10:50:33 +0300 Subject: [PATCH] feat: added rag topic --- topics/rag/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 topics/rag/index.md diff --git a/topics/rag/index.md b/topics/rag/index.md new file mode 100644 index 00000000000..69caed66baf --- /dev/null +++ b/topics/rag/index.md @@ -0,0 +1,8 @@ +--- +aliases: retrieval-augmented-generation, rag-application, rag-chatbot +display_name: Rag +short_description: RAG is a technique that combines information retrieval with AI language models to generate accurate, relevant, and context-aware responses. +topic: rag +wikipedia_url: https://en.wikipedia.org/wiki/Retrieval-augmented_generation +--- +Retrieval-Augmented Generation (RAG) is an AI technique that enhances large language models (LLMs) by retrieving relevant information from external data sources. It combines information retrieval with language generation to provide accurate, relevant, and context-aware responses. \ No newline at end of file