Skip to content

Commit

Permalink
fix table name for marketplace for netfix dataset (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar authored Mar 27, 2024
1 parent b9592b4 commit 7c84726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/rag/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: dataset_embeddings_table_name
description: Name of the table that stores vector embeddings for input dataset
varType: string
defaultValue: googlemaps_reviews_db
defaultValue: netflix_reviews_db
- name: disable_ray_cluster_network_policy
description: Disables Kubernetes Network Policy for Ray Clusters for this demo. Defaulting to 'true' aka disabled pending fixes to the kuberay-monitoring module. This should be defaulted to false.
varType: bool
Expand Down
2 changes: 1 addition & 1 deletion applications/rag/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ variable "gcs_bucket" {
variable "dataset_embeddings_table_name" {
type = string
description = "Name of the table that stores vector embeddings for input dataset"
default = "googlemaps_reviews_db"
default = "netflix_reviews_db"
}

variable "create_brand" {
Expand Down

0 comments on commit 7c84726

Please sign in to comment.