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.