Find answers from the community

Updated 6 months ago

MarkdownElementNodeParser

At a glance

The community members are discussing why the MarkdownElementNodeParser takes longer to process compared to the MarkdownNodeParser, even when the llm parameter is set to None. One community member suggests that the MarkdownElementNodeParser checks each node to generate a summary, which may be the reason for the longer processing time. Another community member confirms that if you don't want a summary, you should use the MarkdownNodeParser instead.

why MarkdownElementNodeParser take to long compared to MarkdownNodeParser even llm set to None, and how llm plays here a role?
W
o
3 comments
MarkdownElementNodeParser checks each node for generating summary. Maybe that's why it is taking time?
if i put llm=None also
Yep, if you dont want summary, go with MarkdownNodeParser
Add a reply
Sign up and join the conversation on Discord