Docker Compose Install

The fastest way to run DocRouter on a single host. For Kubernetes, see Kubernetes Install. For architecture and the full checklist, see On-Prem Installation.

Install

curl -fsSL https://raw.githubusercontent.com/analytiq-hub/doc-router/main/tools/run-doc-router-docker.sh | bash -s -- up

Configure

  1. Open http://localhost:8080
  2. Log in as admin / admin
  3. Click the User Icon (top right) → SettingsDevelopment
  4. Click AWS SetupManage, then follow the instructions to set up your AWS account with an S3 bucket and IAM permissions. Details: AWS Configuration.
  5. Click LLM ConfigurationManage. Set up the desired LLM key under ActionsEdit Token. Details: LLM Configuration.

Next steps