Skip to content

CloudVLab/generative-ai

 
 

Repository files navigation

Generative AI

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 and Generative AI App Builder on Google Cloud.

Folder structure

generative-ai/
├── gen-app-builder/
    ├── chat-app/                          - Demo of a chatbot answering questions based on website content
    ├── 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

Table of Contents

Setting up your Google Cloud project

You will need a Google Cloud project to use this project.

  1. Select or create a Google Cloud project. When you first create an account, you get a $300 free credit towards your compute/storage costs.

  2. Make sure that billing is enabled for your project.

  3. Enable the Vertex AI API.

Setting up your Python or Jupyter environment

Please see the README in the setup-env folder for information on using Colab notebooks and Vertex AI Workbench.

Google Generative AI Resources

Check out a list of Google Generative AI Resources like official product pages, documentation, videos, courses and more.

Contributing

Contributions welcome! See the Contributing Guide.

Getting help

Please use the issues page to provide feedback or submit a bug report.

Disclaimer

This repository itself is not an officially supported Google product. The code in this repository is for demonstrative purposes only.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.5%
  • Python 3.4%
  • HTML 2.2%
  • JavaScript 0.5%
  • Svelte 0.2%
  • CSS 0.1%
  • Other 0.1%