rag-chat/README.md
2024-06-23 12:57:53 +02:00

36 lines
600 B
Markdown

# 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