Skip to main content

Downloads

Downloadable example packages for Uxopian AI. Each package is a ZIP archive containing Docker Compose files and configuration templates.

Available packages

Docker Compose quickstart

A minimal stack: OpenSearch, uxopian-ai, and uxopian-gateway with DevProvider for local development.

Contents:

  • uxopian-ai-stack.yml: Docker Compose file
  • gateway-application.yaml: Gateway configuration with DevProvider
  • config/: All required YAML configuration files for uxopian-ai

See Quickstart with Docker Compose for step-by-step instructions.

Docker Compose with ARender

Full stack including ARender services (UI, DSB, renderer, text handler, converter), uxopian-ai, and uxopian-gateway. Includes ARender configuration files for the AI top-panel integration.

Contents:

  • uxopian-ai-stack.yml: Docker Compose file with ARender services
  • gateway-application.yaml: Gateway configuration
  • config/: uxopian-ai configuration files
  • arender/configurations/: ARender plugin and top-panel configuration files

See Quickstart with ARender for step-by-step instructions.

FlowerDocs scope files

Static scope files for embedding the Uxopian AI chat panel in FlowerDocs. These files are installed in the FlowerDocs scope Maven build, not deployed as a Docker stack.

See Quickstart with FlowerDocs for step-by-step instructions, or Integrate with FlowerDocs for the production-ready setup.