neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
68 stars 62 forks source link

Add word,excel,ppt in reader #195

Closed neokd closed 4 months ago

neokd commented 4 months ago

Add word, excel and PPT reader in read_file.py in the utils folder allowing users to read from the documents during the chat.

ayushmorbar commented 4 months ago

I have solved this Issue using the Unstructured Loader from Langchain for Word, Excel and Powerpoint.

neokd commented 4 months ago

Merged