Support for markdown files in AI Document Loader

Ai Nodes->Other AI Nodes->Document Loaders

The idea is:

The ability to have markdown (.md) files as one of the options in the Default Data Loaders. The current Default data loader gives an error “Unsupported mime type: text/markdown” when trying to read markdown files.

My use case:

Lot’s of files are stored in markdown format and contain information that needs to be passed to vector stores / llms for querying / llm chat

I think it would be beneficial to add this because:

There is much information stored in markdown files that could be used for embedding and retrieval for query / chat with llms.

I remember seeing a custom node implemented that might suit your needs, although its not entirely what you are asking. It supports many formats. And you don’t need to use the handlebars options.