.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
brew install flyctl && fly launch --from https://github.com/mindsdb/email_rag
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/mindsdb/email_rag
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/mindsdb/email_rag