MergeAnswersNode module understanding #712
Unanswered
prateekkohli21
asked this question in
Q&A
Replies: 2 comments 3 replies
-
The chunking is made in the parse node, it should not create a context window overlap |
Beta Was this translation helpful? Give feedback.
1 reply
-
not once, it depends of the tokens of your llm, if they overlap it they will use chunks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use SmartScraperMultiGraph and have a small doubt regarding its operation. When answers from all the URLs are merged using the MergeAnswersNode module, it sends all those answers to the LLM at once. Are there chances that the combined size might exceed the context size of the LLM? I cannot see any chunking or other methods to reduce the context size in the MergeAnswersNode module. Is my understanding correct?
Beta Was this translation helpful? Give feedback.
All reactions