Pārlūkot izejas kodu

added missing image

Jeff Tang 11 mēneši atpakaļ
vecāks
revīzija
5f14e77c0c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)
 
 ---