Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/kts-o7/documentor
- Owner: KTS-o7
- License: mit
- Created: 2024-05-04T07:39:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:19:34.000Z (5 months ago)
- Last Synced: 2024-07-30T22:44:14.901Z (5 months ago)
- Topics: chromadb, generative-ai, ollama, ollama-rag, pdf, pdfchat, rag
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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