GitDeployHub

c4pt0r/autoflow

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