Browse Source

speller check

Jeff Tang 11 months ago
parent
commit
8f31a612e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes/use_cases/agents/langchain/README.md

+ 1 - 1
recipes/use_cases/agents/langchain/README.md

@@ -56,6 +56,6 @@ We will build from CRAG (blue, below) to Self-RAG (green) and finally to Adaptiv
 
 ### Local LangGraph RAG Agent
 
-Our fouth notebook, `langgraph-rag-agent-local`, shows how to apply LangGraph to build advanced RAG agents using Llama 3 that run locally and reliably.
+Our fourth notebook, `langgraph-rag-agent-local`, shows how to apply LangGraph to build advanced RAG agents using Llama 3 that run locally and reliably.
 
 See this [video overview](https://www.youtube.com/watch?v=sgnrL7yo1TE) for more detail.