Document Question Answering with the added powers of OCR. Also has it's own "Vector Database", no Pinecone needed.
- Install tesseract using brew -- brew install tesseract
- Have tested on python 3.9 and 3.10, might break for other versions
- OpenAI API keys with enought monies in it. Though 3.5 is honestly very cheap for personal small scale usage.
- Install python libraries using requirements.txt
QA with a document
$ python main.py --filename [FILENAME] --api_key [OPENAI API KEY]
29 May - Added chat session feature
- Chat session for docs - ✅
- Multiple document inputs - TODO
- Across sessions query - TODO