.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DASHSCOPE_API_KEY
secret
RAG_RETRIEVAL_BACKEND
LANGFUSE_ENABLED
Langfuse observability. Keep disabled for local tests unless the service is running.
LANGFUSE_PUBLIC_KEY
secret
LANGFUSE_SECRET_KEY
secret
LANGFUSE_BASE_URL
LANGFUSE_SAMPLE_RATE
LANGFUSE_REDACT_INPUTS
LANGFUSE_INPUT_COST_PER_1K
LANGFUSE_OUTPUT_COST_PER_1K
RAGAS_ENABLED
RAGAS offline evaluation. Enable per evaluation run after model credentials work.
RAGAS_METRICS
RAGAS_BATCH_SIZE
RAGAS_TIMEOUT_SECONDS
brew install flyctl && fly launch --from https://github.com/afumu/customer-service-rag
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/afumu/customer-service-rag
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/afumu/customer-service-rag