Installing UnO AI Pilot

This section guides you through installing the UnO AI Pilot.

Prerequisite

Before installing , add the Percona Helm repository:

helm repo add percona https://percona.github.io/percona-helm-charts
helm install pg-operator percona/pg-operator \
  --version 2.8.0 \
  -n "$NS"
Note: The pg-operator is installed automatically in the same namespace specified by `-n "$NS"`.

Installing UnO AI Pilot

For details on installing UnO AI Pilot see, HCL Universal Orchestrator readme file.

Important information before Upgrading

When upgrading to UnO AI Pilot V2.1.3, the Custom Knowledge base data from previous version will NOT be automatically migrated to V2.1.3.

Please manually back up any important information before upgrading.

Steps to migrate Custom Knowledge base data:

  1. Click the book icon (knowledge base).
  2. Download the existing custom .csv file.
  3. Update the .csv to match the new format and structure required by the upgraded version.
  4. Update the PostgreSQL database from version 16 to 17:
    helm upgrade <release-name> . --reuse-values -n <namespace>
    --set uno.hclaipilot.pgvector.image.tag=17  
    --set uno.hclaipilot.pgvector.postgresqlDataDir=/bitnami/postgresql/data-17

    Replace <release-name> and <namespace> with your specific values.

  5. Upgrade the UnO AI Pilot to V2.1.3.
  6. Upload the updated file by clicking the Add New Document button.