GC Partner no outline H
8115  Reviews star_rate star_rate star_rate star_rate star_half

Application Development with LLMs on Google Cloud

In this course, you explore tools and APIs available on Google Cloud for integrating large language models (LLMs) into your application. After exploring generative AI options on Google Cloud, next...

Read More
$900 USD
Course Code GCP-APPDEV-LLMS
Duration 1 day
Available Formats Classroom

In this course, you explore tools and APIs available on Google Cloud for integrating large language models (LLMs) into your application. After exploring generative AI options on Google Cloud, next you explore LLMs and prompt design in Vertex AI Studio. Then you learn about LangChain, an open-source framework for developing applications powered by language models. After a discussion around more advanced prompt engineering techniques, you put it all together to build a multi-turn chat application by using LangChain and the Vertex AI PaLM API.

Skills Gained

  • Explore the different options available for using generative AI on Google Cloud.
  • Use Vertex AI Studio to test prompts for large language models.
  • Develop LLM-powered applications using LangChain and LLM models on Vertex AI.
  • Apply prompt engineering techniques to improve the output from LLMs.
  • Build a multi-turn chat application using the PaLM API and LangChain.

Who Can Benefit

  • Customers

Prerequisites

Completion of "Introduction to Developer Efficiency on Google Cloud" or equivalent knowledge.

Course Details

Introduction to Generative AI on Google Cloud

Explore the different options available for using generative AI on Google Cloud.

  • Vertex AI on Google Cloud
  • Generative AI options on Google Cloud
  • Introduction to course use case

Vertex AI Studio

  • Introduction to Vertex AI Studio
  • Available models and use cases
  • Designing and testing prompts in the Google Cloud console
  • Data governance in Vertex AI Studio
  • Use Vertex AI Studio to test prompts for large language models.
  • Understand how Vertex AI Studio keeps your data secure
  • Lab: Exploring Vertex AI Studio

LangChain Fundamentals

  • Introduction to LangChain
  • LangChain concepts and components
  • Integrating the Vertex AI PaLM APIs
  • Question/Answering Chain using PaLM API
  • Understand basic concepts and components of LangChain
  • Develop LLM-powered applications using LangChain and LLM models on Vertex AI
  • Lab: Getting Started with LangChain + Vertex AI PaLM API

Prompt Engineering

  • Review of few-shot prompting
  • Chain-of-thought prompting
  • Retrieval augmented generation (RAG)
  • ReAct
  • Apply prompt engineering techniques to improve the output from LLMs.
  • Implement a RAG architecture to ground LLM models.
  • Lab: Prompt Engineering Techniques

Creating Custom Chat Applications with Vertex AI PaLM API

  • LangChain for chatbots
  • Memory for multi-turn chat
  • Chat retrieval
  • Understand the concept of memory for mult-iturn chat applications.
  • Build a multi-turn chat application by using the PaLM API and LangChain.
  • Lab: Implementing RAG Using LangChain