Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kts-o7/documentor

A local Rag implementation to chat with anything !
https://github.com/kts-o7/documentor

chromadb generative-ai ollama ollama-rag pdf pdfchat rag

Last synced: about 2 months ago
JSON representation

A local Rag implementation to chat with anything !

Awesome Lists containing this project

README

        

# DocuMentor

A local Rag implementation to chat with anything !

Quick run guide

```bash
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