NVIDIA / ChatRTX

A developer reference project for creating Retrieval Augmented Generation (RAG) chatbots on Windows using TensorRT-LLM
Other
2.68k stars 316 forks source link

Support for Markdown files #26

Open PixelJonas opened 7 months ago

PixelJonas commented 7 months ago

Just started playing around and this is awesome. Would love to see support for recursive search of markdown files as most of my notes from Obisidan/Logseq are plain-text but with a .md ending.

bank010 commented 7 months ago

Just started playing around and this is awesome. Would love to see support for recursive search of markdown files as most of my notes from Obisidan/Logseq are plain-text but with a .md ending.

hi,Is there a solution? The latest update of llama_index supports md files, but there will be other incompatible libraries after I update ![Uploading 微信截图_20240221175324.png…]()

kedarpotdar-nv commented 7 months ago

Thanks for reporting, we are looking into it.

alex89607 commented 4 months ago

support .md wil be great!

technoplayer commented 4 months ago

This would be awesome, I'd love to see support for my Logseq Graph.

adrianpuiu commented 4 months ago

+1 to this

Kiborgik commented 4 months ago

You can add it by yourself. Change (optional)[ui/open_local_path.py] and [faiss_vector_storage.py] in [".pdf", ".doc", ".docx", ".txt", ".xml"] add any formats what contain plain text, like .md, cpp, js, ts, etc.

anujj commented 4 months ago

Thanks for suggestion, will check internally.

wrycu commented 1 month ago

I had to also go into Temp/Temp_Docs and delete all folders, then restart chatrtx for this to work. Before doing this, it did not read any of the markdown files - despite the changes mentioned by @Kiborgik.