add rag service

This commit is contained in:
CanbiZ (MickLesk)
2026-03-18 13:53:17 +01:00
parent 7393d85f74
commit b3e9814d79
3 changed files with 95 additions and 17 deletions

View File

@@ -20,8 +20,8 @@
"script": "ct/librechat.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 12,
"ram": 6144,
"hdd": 20,
"os": "Debian",
"version": "13"
}
@@ -39,6 +39,10 @@
{
"text": "Configure your AI provider API keys in /opt/librechat/.env and restart the service.",
"type": "info"
},
{
"text": "RAG API is included and running on port 8000. Set RAG_OPENAI_API_KEY in /opt/rag-api/.env to enable document Q&A.",
"type": "info"
}
]
}