.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ENVIRONMENT
SECRET_KEY
secret
You can generate a new secret key by running the following command $ python3 -c "import secrets; print(secrets.token_urlsafe(32))"…
TIDB_HOST
Replace with your own TiDB cluster connection information, TiDB Serverless is recommended. You can quickly create one from…
TIDB_USER
TIDB_PASSWORD
secret
TIDB_DATABASE
TIDB_SSL
EMBEDDING_MAX_TOKENS
secret
EMBEDDING_MAX_TOKENS indicates the max size of document chunks. EMBEDDING_MAX_TOKENS should be smaller than the embedding model's max…
brew install flyctl && fly launch --from https://github.com/c4pt0r/autoflow
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/c4pt0r/autoflow
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/c4pt0r/autoflow