23 lines
344 B
Markdown
23 lines
344 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
|