diff --git a/docs/installation/any.md b/docs/installation/any.md index 73d3117b..a1de40f1 100644 --- a/docs/installation/any.md +++ b/docs/installation/any.md @@ -68,6 +68,7 @@ helm upgrade --install kubeai kubeai/kubeai \ ## Deploying models Take a look at the following how-to guides to deploy models: + * [Configure Text Generation Models](../how-to/configure-text-generation-models.md) * [Configure Embedding Models](../how-to/configure-embedding-models.md) * [Configure Speech to Text Models](../how-to/configure-speech-to-text.md) diff --git a/docs/installation/eks.md b/docs/installation/eks.md index 8788766e..748c8567 100644 --- a/docs/installation/eks.md +++ b/docs/installation/eks.md @@ -148,6 +148,7 @@ helm upgrade --install kubeai kubeai/kubeai \ ## 4. Deploying models Take a look at the following how-to guides to deploy models: + * [Configure Text Generation Models](../how-to/configure-text-generation-models.md) * [Configure Embedding Models](../how-to/configure-embedding-models.md) * [Configure Speech to Text Models](../how-to/configure-speech-to-text.md) diff --git a/docs/installation/gke.md b/docs/installation/gke.md index 88d8d25a..beaa1812 100644 --- a/docs/installation/gke.md +++ b/docs/installation/gke.md @@ -65,6 +65,7 @@ helm upgrade --install kubeai kubeai/kubeai \ ## 4. Deploying models Take a look at the following how-to guides to deploy models: + * [Configure Text Generation Models](../how-to/configure-text-generation-models.md) * [Configure Embedding Models](../how-to/configure-embedding-models.md) * [Configure Speech to Text Models](../how-to/configure-speech-to-text.md) \ No newline at end of file