Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 792 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 792 Bytes

DoctelliGen

AI/LLM Powered Document Query

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.

Example

Document Upload Dialog:

doc upload dialog

Document Query Dialog:

doc query dialog

Installation

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