diff --git a/docs/design_pattern/rag.md b/docs/design_pattern/rag.md index 3052745..bd502ca 100644 --- a/docs/design_pattern/rag.md +++ b/docs/design_pattern/rag.md @@ -9,13 +9,12 @@ nav_order: 4 For certain LLM tasks like answering questions, providing relevant context is essential. One common architecture is a **two-stage** RAG pipeline: -1. **Offline stage**: Preprocess and index documents ("building the index"). -2. **Online stage**: Given a question, generate answers by retrieving the most relevant context from the index. -
+