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 bcb0e2fc3f
commit dd18d7676d

View File

@@ -1,3 +1,8 @@
---
sidebar_position: 8
title: "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.