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 60 forks source link

Add PDF reader #135

Closed neokd closed 5 months ago

neokd commented 5 months ago

In read_file.py you need implement a PDF reader using LangChain. This will allow NeoGPT to read and process content from PDF files, enabling users to include PDF documents as part of their interactions with NeoGPT.

ayushmorbar commented 5 months ago

Hello, i would like to work on this issue as part of JWoC!

neokd commented 5 months ago

@ayushmorbar any updates?

ayushmorbar commented 5 months ago

Yeah, i understood the assignment and I'm on it.

neokd commented 5 months ago

You can refer here if facing any difficulties https://python.langchain.com/docs/modules/data_connection/document_loaders/pdf#using-pdfminer

ayushmorbar commented 5 months ago

Implemented #158