GitDeployHub

afumu/customer-service-rag

github.com/afumu/customer-service-rag ↗
Python
14 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/afumu/customer-service-rag
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/afumu/customer-service-rag
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/afumu/customer-service-rag
Or deploy to a different host
← Try another repo