MarkdownNodeParser
to amend some texts in one of the nodes. Now I want to convert it back to a Document, how can I do that?MarkdownNodeParser
as a quick and dirty way to split the document into nodes and do very specific checks and amendments on the amounts.Document
object and put it through MarkdownElementNodeParser
for my rag pipeline.