No description
Find a file
2024-07-03 10:15:57 +02:00
rag-chat-backend add "empty-vector-storage" and "empty-object-storage" endpoint 2024-07-03 10:15:57 +02:00
.env remove lite_llm; distinguish if first message or whole conversation in chat querifier; Add info to README 2024-06-23 19:27:11 +02:00
.gitignore basic backend 2024-06-23 12:57:53 +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 basic backend 2024-06-23 12:57:53 +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"

TODO

  • Chunking Parameters (size/overlapp) into settings
  • Modell Selection into settings