Welcome to the Google Cloud Generative AI repository.
This repository contains notebooks and content that demonstrate how to use, develop and manage generative AI workflows using Generative AI, powered by Vertex AI on Google Cloud.
generative-ai/
├── gen-app-builder/
├── search-web-app/ - Demo of searching through document corpus using Enterprise Search
└── retrieval-augmented-generation/ - RAG using Enterprise Search
├── language/
├── examples/
├── document-qa/ - examples for doc Q&A
├── document-summarization/ - examples for doc summarization
├── langchain-intro/ - examples for langchain
├── prompt-design/ - examples for prompts
├── reference-architectures/ - examples for use-cases architectures
└── tuning/ - examples of tuning models
└── setup-env/ - setup instructions
- Language/
You will need a Google Cloud project to use this project.
-
Select or create a Google Cloud project. When you first create an account, you get a $300 free credit towards your compute/storage costs.
Please see the README in the setup-env folder for information on using Colab notebooks and Vertex AI Workbench.
Check out a list of Google Generative AI Resources like official product pages, documentation, videos, courses and more.
Contributions welcome! See the Contributing Guide.
Please use the issues page to provide feedback or submit a bug report.
This repository itself is not an officially supported Google product. The code in this repository is for demonstrative purposes only.