No description
| rag-chat-backend | ||
| .env | ||
| .gitignore | ||
| docker-compose.yaml | ||
| LICENSE | ||
| README.md | ||
RAG-Chat
Chat with your Documents/Knowledgebase
Usage
Clone the repo, enter it and run:
podman-compose -f docker-compose.yaml up
Structure
Object Storage
- Minio (http://localhost:9001/)
Vector Storage
- OpenSearch (Dashboard under: http://localhost:5601/)
RAG-Backend
- API-Docs http://localhost:8000/docs
Development
nodemon --ext '*' --exec "podman stop rag-chat-backend; podman rm rag-chat-backend; podman-compose -f docker-compose.yaml up --build"
TODO
- Chunking Parameters (size/overlapp) into settings
- Modell Selection into settings