Skip to content

Commit

Permalink
add image reference to llm-app/cookbooks (#8052)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ca734b04066ad5796f2535b0dd573bcdb3697020
  • Loading branch information
berkecanrizai authored and Manul from Pathway committed Jan 21, 2025
1 parent 3fab7b2 commit 0d5e7b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@
"* Output: `{5, 4, 3, 2, 1}`\n",
"\n",
"We will implement some of these ideas from scratch using [LangGraph](https://langchain-ai.github.io/langgraph/).\n",
"![image.png](attachment:76895b7a-fcc5-4758-9fbb-510b17fdeda4.png)"
"![image.png](attachment:76895b7a-fcc5-4758-9fbb-510b17fdeda4.png)\n",
"> Figure taken from the LangGraph cookbook"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@
"* `y (generation)` is a useful response to `x (question)`.\n",
"* Output: `{5, 4, 3, 2, 1}`\n",
"\n",
"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)"
"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",
"> Figure taken from the LangGraph cookbook"
]
},
{
Expand Down

0 comments on commit 0d5e7b6

Please sign in to comment.