Skip to content

Commit d46e362

Browse files
committed
gif fix
1 parent 625f535 commit d46e362

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
-2.01 MB
Loading
-1.2 MB
Loading

pages/public_cloud/ai_machine_learning/endpoints_tuto_12_rag_chatbot_langchain4j/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Note that the chatbot will use the streaming mode, as explain in the [Memory Cha
177177

178178
As you can see below, the LLM gives an answer, but not the expected one 😅.
179179

180-
![chatbot-without-rag](images/without-rag.gif){.thumbnail}
180+
![chatbot-without-rag](images/without-rag.png){.thumbnail}
181181

182182
This is not a surprise, since the model was trained before OVHcloud created AI Endpoints. The model does not this platform.
183183

@@ -389,7 +389,7 @@ public class RAGStreamingChatbot {
389389

390390
Thanks to your knowledge base, our new chatbot will answer with relevant information from your custom data source.
391391

392-
![chatbot-with-rag](images/with-rag.gif){.thumbnail}
392+
![chatbot-with-rag](images/with-rag.png){.thumbnail}
393393

394394
## Conclusion
395395

139 KB
Loading
174 KB
Loading

0 commit comments

Comments
 (0)