No description
Find a file
2024-06-18 20:21:04 +02:00
rag-chat-backend added API-Endpoints for files 2024-06-18 20:21:04 +02:00
.env basic structure setup 2024-06-15 17:01:42 +02:00
.gitignore basic structure setup 2024-06-15 17:01:42 +02:00
docker-compose.yaml added API-Endpoints for files 2024-06-18 20:21:04 +02:00
LICENSE Initial commit 2024-06-15 10:56:18 +00:00
README.md added API-Endpoints for files 2024-06-18 20:21:04 +02:00

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

Vector Storage

RAG-Backend

Development

nodemon --ext '*' --exec "podman stop rag-chat-backend; podman rm rag-chat-backend; podman-compose -f docker-compose.yaml up --build"