basic structure setup

This commit is contained in:
Niklas Mueller 2024-06-15 17:01:42 +02:00
parent 0ba46dad75
commit 95f8488227
9 changed files with 200 additions and 2 deletions

View file

@ -1,3 +1,23 @@
# rag-chat
# RAG-Chat
Chat with your Documents/Knowledgebase
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