From 89fadc1c9aa173501a01aa19d0d555d40e1bfa70 Mon Sep 17 00:00:00 2001 From: Kevin Quinn Date: Thu, 12 Dec 2024 12:01:06 +0000 Subject: [PATCH] adding links 2 --- content/patterns/rag-llm-gitops/deploying-different-db.md | 2 +- content/patterns/rag-llm-gitops/getting-started.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/patterns/rag-llm-gitops/deploying-different-db.md b/content/patterns/rag-llm-gitops/deploying-different-db.md index edec8a4a4..167addc5e 100644 --- a/content/patterns/rag-llm-gitops/deploying-different-db.md +++ b/content/patterns/rag-llm-gitops/deploying-different-db.md @@ -6,7 +6,7 @@ aliases: /rag-llm-gitops/deploy-different-db/ # Deploying a different database -This pattern supports two types of vector databases, EDB Postgres for Kubernetes, and Redis. By default the pattern will deploy EDB Postgres for Kubernetes as a vector database. To deploy Redis, change the `global.db.type` parameter to the `REDIS` value in [values-global.yaml](./values-global.yaml). +This pattern supports two types of vector databases, EDB Postgres for Kubernetes, and Redis. By default the pattern will deploy EDB Postgres for Kubernetes as a vector database. To deploy change the global.db.type parameter to the REDIS value in your local branch in `values-global.yaml`. ```yaml --- diff --git a/content/patterns/rag-llm-gitops/getting-started.md b/content/patterns/rag-llm-gitops/getting-started.md index b3a985d68..360d89526 100644 --- a/content/patterns/rag-llm-gitops/getting-started.md +++ b/content/patterns/rag-llm-gitops/getting-started.md @@ -93,13 +93,13 @@ aliases: /rag-llm-gitops/getting-started/ 9. By default the pattern deploys the EDB Postgres for Kubernetes as a vector database. To deploy Redis, change the `global.db.type` parameter to the `REDIS` value in your local branch in `values-global.yaml`. For more information see, [Deploying a different databases](/rag-llm-gitops/deploy-different-db/) to change the vector database. -10. By default instance types for the GPU nodes are `g5.2xlarge`. Follow the [Customize GPU provisioning nodes](/rag-llm-gitops/gpuprovisioning) to change the GPU instance types. +10. By default instance types for the GPU nodes are `g5.2xlarge`. Follow the [Customize GPU provisioning nodes](/rag-llm-gitops/gpuprovisioning/) to change the GPU instance types. 11. Run the following command to push `my-test-branch` (including any changes) to the origin remote repository: - ```sh - $ git push origin my-test-branch - ``` + ```sh + $ git push origin my-test-branch + ``` 12. Ensure you have logged in to the cluster at both command line and the console by using the login credentials presented to you when you installed the cluster. For example: ```sh