Replies: 1 comment 1 reply
-
you can likely accomplish this with the new map reduce functionality. https://github.com/langchain-ai/langgraph/blob/main/examples/map-reduce.ipynb im happy to put together an example - but could you provide a bit more details about what you expect. from what i can tell: step 1: fetch documents but what do you imagine in step 2? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can a LangGraph agent be used to retrieve each relevant segment/chunk of a document, iterate through them, save each retrieved document, and finally perform a summary? Are there any sources that can be referenced for this?
Beta Was this translation helpful? Give feedback.
All reactions