Browse Source

added missing image

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

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

@@ -59,6 +59,7 @@ We implement each approach as a control flow in LangGraph:
 
 We will build from CRAG (blue, below) to Self-RAG (green) and finally to Adaptive RAG (red):
 
+![langgraph_rag_agent_](https://github.com/rlancemartin/llama-recipes/assets/122662504/ec4aa1cd-3c7e-4cd1-a1e7-7deddc4033a8)
 
 ---