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.

1 me gusta

Hi , i am facing the same problem, did you find an option where you can ingest .md files ( topics of the document) in vector db ?

Hi n8n community, I am having the same issue with .md files. Any update on this issue? Thanks!