rag-chat/README.md

30 lines
504 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"
```