Skip to main content
The MarkdownLoader is a component of the Neum AI ecosystem built to load markdown (.md) files. It leverages the UnstructuredMarkdownLoader for parsing and creating NeumDocument objects from markdown content.

Properties

Required properties:
  • None
Optional properties:
  • None
from neumai.Loaders import MarkdownLoader

markdown_loader = MarkdownLoader()
{
    "sources":[
        {   
            # Add a data connector
            "loader": {
                "loader_name":"MarkdownLoader",
                "loader_information": {}
            }
        }
    ]
}