Skip to content

Chat with various documents - XLSX, DOCX, PPTX, CSV, PDF, TXT - using chatGPT 3.5 and Langchain

License

Notifications You must be signed in to change notification settings

rtv2222/Document_Buddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Buddy

Chat with various document types - XLSX, PPTX, DOCX, PDF, CSV, TXT - using chatGPT 4 Turbo and Langchain

Getting started

Clone the repo

Make a .env file inside the document_buddy subfolder (where the document_buddy.py file is located; /document_buddy/document_buddy)

put this in the file:

OPENAI_API_KEY="<your openapi api key>"

If you need a key visit https://platform.openai.com to get one

Bring up the server

docker-compose up

Visit localhost

http://localhost:8510

About

Chat with various documents - XLSX, DOCX, PPTX, CSV, PDF, TXT - using chatGPT 3.5 and Langchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • Dockerfile 13.0%
  • Shell 0.6%