Update rag.md

Add sidebar position in dropdown
This commit is contained in:
silentoplayz 2024-05-26 21:18:12 +00:00 committed by GitHub
parent f9bda80b70
commit 624d93b914

View File

@ -1,3 +1,8 @@
---
sidebar_position: 8
title: "Retrieval Augmented Generation (RAG)"
---
# Retrieval Augmented Generation (RAG) # Retrieval Augmented Generation (RAG)
Retrieval Augmented Generation (RAG) allows context from other diverse sources to be included in chats. Text from different sources is combined with the RAG template and prefixed to the user's prompt. Retrieval Augmented Generation (RAG) allows context from other diverse sources to be included in chats. Text from different sources is combined with the RAG template and prefixed to the user's prompt.