Skip to content

Commit

Permalink
adding links 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kquinn1204 committed Dec 12, 2024
1 parent 1f08bda commit 89fadc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/patterns/rag-llm-gitops/deploying-different-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
8 changes: 4 additions & 4 deletions content/patterns/rag-llm-gitops/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89fadc1

Please sign in to comment.