nikolamilosevic86 / local-genAI-search

Local-GenAI-Search is a generative search engine based on Llama 3, langchain and qdrant that answers questions based on your local files
GNU General Public License v3.0
83 stars 30 forks source link

Please add support to index markdown files #6

Closed renjith100 closed 5 months ago

nikolamilosevic86 commented 5 months ago

Given they are just text files, I have added support for the extension .md and .markdown in commit https://github.com/nikolamilosevic86/local-genAI-search/commit/1b2dc6879b557884e98e07b78e1ffdf5ffa78526

Is that what you thought?