Didier-AM / terraform-genai-rag

Deploys a Generative AI RAG solution

Home Page:https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-genai-rag/google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-genai-retrieval-augmented-generation

Inputs

Name Description Type Default Required
deletion_protection Whether or not to protect Cloud SQL resources from deletion when solution is modified or changed. string false no
enable_apis Whether or not to enable underlying apis in this solution. . string true no
frontend_container The public Artifact Registry URI for the frontend container string "us-docker.pkg.dev/google-samples/containers/jss/rag-frontend-service:v0.0.1" no
labels A map of labels to apply to contained resources. map(string)
{
"genai-rag": true
}
no
project_id Google Cloud Project ID string n/a yes
region Google Cloud Region string "us-central1" no
retrieval_container The public Artifact Registry URI for the retrieval container string "us-docker.pkg.dev/google-samples/containers/jss/rag-retrieval-service:v0.0.1" no

Outputs

Name Description
deployment_ip_address Web URL link

About

Deploys a Generative AI RAG solution

https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-genai-rag/google

License:Apache License 2.0


Languages

Language:Python 83.4%Language:HCL 7.4%Language:Shell 3.2%Language:HTML 1.3%Language:Makefile 1.2%Language:CSS 1.0%Language:Go 0.9%Language:JavaScript 0.8%Language:Dockerfile 0.8%