A web application that allows you to upload documents (pdf, text and md currently) and then use a Large Language Model (LLM) to query the documents and receive relevant answers.
Document Upload Dialog:
Document Query Dialog:
Create an activate a new Python environment:
conda create -n DoctelliGen python=3.11
conda activate DoctelliGen
Clone the repo and enter it:
git clone https://github.com/robert-mcdermott/DoctelliGen.git
cd DoctelliGen
Install the dependencies (install the latest version of poetry if you don't have it):
poetry install
Run the app:
python app.py