Skip to content

Commit 0d5e7b6

Browse files
berkecanrizaiManul from Pathway
authored andcommitted
add image reference to llm-app/cookbooks (#8052)
GitOrigin-RevId: ca734b04066ad5796f2535b0dd573bcdb3697020
1 parent 3fab7b2 commit 0d5e7b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cookbooks/self-rag-agents/pathway_deploy_langgraph_agents.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@
384384
"* Output: `{5, 4, 3, 2, 1}`\n",
385385
"\n",
386386
"We will implement some of these ideas from scratch using [LangGraph](https://langchain-ai.github.io/langgraph/).\n",
387-
"![image.png](attachment:76895b7a-fcc5-4758-9fbb-510b17fdeda4.png)"
387+
"![image.png](attachment:76895b7a-fcc5-4758-9fbb-510b17fdeda4.png)\n",
388+
"> Figure taken from the LangGraph cookbook"
388389
]
389390
},
390391
{

cookbooks/self-rag-agents/pathway_langgraph_agentic_rag.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@
396396
"* `y (generation)` is a useful response to `x (question)`.\n",
397397
"* Output: `{5, 4, 3, 2, 1}`\n",
398398
"\n",
399-
"We will implement some of these ideas from scratch using [LangGraph](https://langchain-ai.github.io/langgraph/).![image.png](attachment:ac58a69e-7bf3-481f-baea-1b9d6c6eba00.png)"
399+
"We will implement some of these ideas from scratch using [LangGraph](https://langchain-ai.github.io/langgraph/).![image.png](attachment:ac58a69e-7bf3-481f-baea-1b9d6c6eba00.png)\n",
400+
"> Figure taken from the LangGraph cookbook"
400401
]
401402
},
402403
{

0 commit comments

Comments
 (0)