From b9d6d4cd4ccf032bb62a26e083aa720dec579e85 Mon Sep 17 00:00:00 2001 From: emarco177 <44670213+emarco177@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:38:38 +0300 Subject: [PATCH] added template repo for CI/CD deployment on Google Cloud Run (#7218) Replace this comment with: - Description: added documentation for a template repo that helps dockerizing and deploying a LangChain using a Cloud Build CI/CD pipeline to Google Cloud build serverless - Issue: None, - Dependencies: None, - Tag maintainer: @baskaryan, - Twitter handle: EdenEmarco177 If you're adding a new integration, please include: 1. a test for the integration, preferably unit tests that do not rely on network access, 2. an example notebook showing its use. --- docs/extras/guides/deployments/template_repos.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extras/guides/deployments/template_repos.mdx b/docs/extras/guides/deployments/template_repos.mdx index f1f025fff9..ec8d03237b 100644 --- a/docs/extras/guides/deployments/template_repos.mdx +++ b/docs/extras/guides/deployments/template_repos.mdx @@ -51,6 +51,10 @@ A minimal example of how to deploy LangChain to [Fly.io](https://fly.io/) using A minimal example on how to deploy LangChain to DigitalOcean App Platform. +## [CI/CD Google Cloud Build + Dockerfile + Serverless Google Cloud Run](https://github.com/g-emarco/github-assistant) + +Boilerplate LangChain project on how to deploy to Google Cloud Run using Docker with Cloud Build CI/CD pipeline + ## [Google Cloud Run](https://github.com/homanp/gcp-langchain) A minimal example on how to deploy LangChain to Google Cloud Run.