basic structure setup
This commit is contained in:
parent
0ba46dad75
commit
95f8488227
9 changed files with 200 additions and 2 deletions
24
README.md
24
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue