Chat with various document types - XLSX, PPTX, DOCX, PDF, CSV, TXT - using chatGPT 4 Turbo and Langchain
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
docker-compose up