/Document_Buddy

Chat with CSV using chatGPT 4 Turbo and Langchain

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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