DOC: Missing docs to docs_text conversion line #743

Closed
opened 2026-02-20 17:41:32 -05:00 by yindo · 0 comments
Owner

Originally created by @gopesh97 on GitHub (Jun 26, 2025).

Issue with current documentation:

In the following tutorial

https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb

At cell number 6
There should be a line -
docs_txt = format_docs(docs)

Which is not present. I think we should add it.

Idea or request for content:

Add the following line in cell 6 of this documentation - https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb

docs_txt = format_docs(docs)

Originally created by @gopesh97 on GitHub (Jun 26, 2025). ### Issue with current documentation: In the following tutorial https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb At cell number 6 There should be a line - `docs_txt = format_docs(docs)` Which is not present. I think we should add it. ### Idea or request for content: Add the following line in cell 6 of this documentation - https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb `docs_txt = format_docs(docs)`
yindo added the documentation label 2026-02-20 17:41:32 -05:00
yindo closed this issue 2026-02-20 17:41:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#743