Skip to content

Commit 625f535

Browse files
committed
proofreading of missing guide
1 parent 65f80c3 commit 625f535

File tree

1 file changed

+3
-3
lines changed
  • pages/public_cloud/ai_machine_learning/endpoints_tuto_12_rag_chatbot_langchain4j

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Build a RAG Chatbot with LangChain4j
33
excerpt: Learn how to build a RAG (Retrieval Augmented Generation) chatbot using Python, LangChain4j, and AI Endpoints
4-
updated: 2025-04-15
4+
updated: 2025-04-18
55
---
66

77
> [!primary]
@@ -13,7 +13,7 @@ updated: 2025-04-15
1313
1414
## Introduction
1515

16-
In this guide, we'll show you how to build a **Retrieval Augmented Generation (RAG)** chatbot that enhances answers by incorporating your **own custom documents** into the LLM’s context.
16+
In this tutorial, we'll show you how to build a **Retrieval Augmented Generation (RAG)** chatbot that enhances answers by incorporating your **own custom documents** into the LLM’s context.
1717

1818
To do this, we will use **[LangChain4j](https://github.com/langchain4j/langchain4j)**, Java-based framework inspired by [LangChain](https://github.com/langchain-ai/langchain), designed to simplify the integration of LLMs (Large Language Models) into applications. Note that LangChain4j is not officially maintained by the LangChain team, despite the similar name.
1919

@@ -84,7 +84,7 @@ python-dotenv
8484

8585
Then, launch the installation of these dependencies:
8686

87-
```
87+
```console
8888
pip install -r requirements.txt
8989
```
9090

0 commit comments

Comments
 (0)