From 624d93b914014dcad945ed855edbcb2fd95df2ed Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Sun, 26 May 2024 21:18:12 +0000 Subject: [PATCH] Update rag.md Add sidebar position in dropdown --- docs/tutorial/rag.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorial/rag.md b/docs/tutorial/rag.md index 8710866..54bd80a 100644 --- a/docs/tutorial/rag.md +++ b/docs/tutorial/rag.md @@ -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.