opea-project / GenAIExamples

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.
https://opea.dev
Apache License 2.0
219 stars 134 forks source link

TerraForm stack for deploying GenAI examples using single node Docker Compose on Google Cloud #548

Open arun-gupta opened 1 month ago

arun-gupta commented 1 month ago

Create a TerraForm stack that allows to deploy GenAI examples on Google Cloud using a single node Docker Compose. The template should take an argument of which sample to deploy, setup all the necessary Google Cloud resources, and then give a publicly accessible URL where the example can be tested.

The stack should be modular such that other samples can be added later on with minimal effort.

Detailed instructions for each sample from https://github.com/opea-project/GenAIExamples/tree/main?tab=readme-ov-file

This is a specific issue for Google Cloud for the mega issue at https://github.com/opea-project/GenAIExamples/issues/427.

lucasmelogithub commented 2 weeks ago

Can we rename this Issue to "ChatQnA - GCP single node via Terraform" ? @mkbhanda per email. We will then create new issues for other examples, like CodeGen.

FYI I started to develop this, but I'm blocked with a compose issue, documented here: https://github.com/opea-project/GenAIExamples/issues/704