Skip to content

Commit bf130bc

Browse files
committed
Added spiel on agent creation in the lab for langchain
1 parent 0297acd commit bf130bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_LangChain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ When an incoming message is received, the retriever will vectorize the message a
2020
2121
## Lab 4 - Vector search and RAG using LangChain
2222

23-
In this lab, you will learn to use LangChain to re-implement the RAG pattern introduced in Lab 3. Take note of the readability of the code and how easy it is to compose a reusable RAG chain using LangChain that queries the products vector index in Azure Cosmos DB MongoDB vCore.
23+
In this lab, you will learn to use LangChain to re-implement the RAG pattern introduced in Lab 3. Take note of the readability of the code and how easy it is to compose a reusable RAG chain using LangChain that queries the products vector index in Azure Cosmos DB MongoDB vCore. Lab 4 concludes with the creation of an agent with various tools for the LLM to leverage to fulfill the incoming request.

0 commit comments

Comments
 (0)