GitDeployHub

mindsdb/email_rag

github.com/mindsdb/email_rag ↗
Python
4 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • VECTOR_STORE_TYPE
  • VECTOR_STORE_COLLECTION_NAME
  • VECTOR_STORE_PERSIST_DIRECTORY chroma
  • VECTOR_STORE_CONNECTION_STRING secret pgvector
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/mindsdb/email_rag
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/mindsdb/email_rag
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/mindsdb/email_rag
Or deploy to a different host
← Try another repo