> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrading your Instance

> For any updates to Trieve Vector Inference, this is how you should upgrade:

<Steps>
  <Step title="Update your helm repo dependencies">
    ```sh theme={null}
      helm repo update
    ```
  </Step>

  <Step title="Upgrade the Trieve Vector Inference Helm chart">
    ```sh theme={null}
    helm upgrade vector-inference \
      oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/trieve/trieve-embeddings \
      -f embedding_models.yaml
    ```
  </Step>
</Steps>
