Skip to content

Amishk599/Docugent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docugent

Set Up

  1. Create a python virtual environment (venv)
python3 -m venv venv
  1. Activate the venv
source venv/bin/activate
  1. Install all dependencies in venv
pip install -r requirements.txt
  1. Run the main file
python3 -m main chat

Interactions

# prepare all newly added PDFs
python3 -m main prepare 

# enter chat mode
python3 -m main chat

# enter chat mode with streaming response
python3 -m main chat --stream

# enter chat mode with non-streaming response
python3 -m main chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages