Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neum.ai/llms.txt

Use this file to discover all available pages before exploring further.

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()