Skip to content

A local Rag implementation to chat with anything !

License

Notifications You must be signed in to change notification settings

KTS-o7/DocuMentor

Repository files navigation

DocuMentor

A local Rag implementation to chat with anything !

Quick run guide

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
touch .env
cp exampleenv .env
mkdir data
mkdir vectorstores
mkdir vectorstores/db
# Add files to the data folder
python load_data.py
chainlit run multiChat.py

## For single instant chat
chainlit run InstantChat.py
# supports only pdf

Screenshots

Detailed usage guide

About

A local Rag implementation to chat with anything !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages