Skip to content

Commit b005bd8

Browse files
committed
fix ragprompt builder
1 parent d6cb048 commit b005bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-rag-docs/docs/workshop/30-RAG-Concepts/3-rag-concepts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before diving into implementation, let's understand what RAG is and why it's bec
1818

1919
**Retrieval-Augmented Generation (RAG)** is an AI architecture pattern that enhances large language models (LLMs) by retrieving relevant information from external knowledge sources before generating responses.
2020

21-
<RagPromptBuilder />
21+
<RAGPromptBuilder />
2222

2323
The core workflow consists of:
2424

0 commit comments

Comments
 (0)