Skip to content

MRYingLEE/terraform-genai-rag

 
 

Repository files navigation

terraform-genai-retrieval-augmented-generation

Inputs

Name Description Type Default Required
database_type Cloud SQL MySQL, Cloud SQL PostgreSQL, AlloyDB, or Cloud Spanner string "postgresql" no
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.2" 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.3" no

Outputs

Name Description
deployment_ip_address Web URL link

About

Deploys a Generative AI RAG solution

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.6%
  • HCL 5.7%
  • JavaScript 3.3%
  • CSS 2.2%
  • Shell 2.1%
  • HTML 1.2%
  • Other 1.9%