mlabonne commited on
Commit
d5c90be
·
verified ·
1 Parent(s): b0b5816

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -110,7 +110,14 @@ You can automatically apply it using the dedicated [`.apply_chat_template()`](ht
110
  > [!WARNING]
111
  > ⚠️ The model supports both single-turn and multi-turn conversations.
112
 
113
- ![68d412fdf8b3f7322f147298_Lightmode](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/DFlgq9t2PbRABD8Q5MxOo.png)
 
 
 
 
 
 
 
114
 
115
  RAG systems enable AI solutions to include new, up-to-date, and potentially proprietary information in LLM responses that was not present in the training data. When a user asks a question, the retrieval component locates and delivers related documents from a knowledge base, and then the RAG generator model answers the question based on facts from those contextual documents.
116
 
 
110
  > [!WARNING]
111
  > ⚠️ The model supports both single-turn and multi-turn conversations.
112
 
113
+ <center>
114
+ <div style="text-align: center;">
115
+ <img
116
+ src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/Thv4Lq6wPYKNEAAJq_DtP.png"
117
+ style="width: 100%; max-width: 50%; height: auto; display: inline-block;"
118
+ />
119
+ </div>
120
+ </center>
121
 
122
  RAG systems enable AI solutions to include new, up-to-date, and potentially proprietary information in LLM responses that was not present in the training data. When a user asks a question, the retrieval component locates and delivers related documents from a knowledge base, and then the RAG generator model answers the question based on facts from those contextual documents.
123