Checkpoint
Install packages and import libraries
/ 10
Be concise
/ 10
Be specific, and well-defined
/ 10
Ask one task at a time
/ 10
Watch out for hallucinations
/ 10
Generative tasks lead to higher output variability
/ 10
Classification tasks reduces output variability
/ 10
Improve response quality by including examples
/ 30
Generative AI with Vertex AI: Prompt Design
GSP1151
Overview
This notebook covers the essentials of prompt engineering, including some best practices.
Learn more about prompt design in the official documentation.
In this lab, you learn best practices around prompt engineering -- how to design prompts to improve the quality of your responses.
This notebook covers the following best practices for prompt engineering:
- Be concise
- Be specific and well-defined
- Ask one task at a time
- Turn generative tasks into classification tasks
- Improve response quality by including examples
Prerequisites
Before starting this lab, you should have familiarity with the following concepts:
- Basic understanding of Python programming
- General knowledge of how APIs work
- Running Python code in a Jupyter notebook in Vertex AI Workbench
Objectives:
In this lab you will learn how to:
- Get started with prompt engineering with the Vertex AI SDK:
- Best practices
How to explore some text generation use cases with the Vertex AI SDK:
- Ideation
- Q&A
- Text classification
- Text extraction
- Text summarization
Setup and requirements
Before you click the Start Lab button
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources will be made available to you.
This hands-on lab lets you do the lab activities yourself in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials that you use to sign in and access Google Cloud for the duration of the lab.
To complete this lab, you need:
- Access to a standard internet browser (Chrome browser recommended).
- Time to complete the lab---remember, once you start, you cannot pause a lab.
How to start your lab and sign in to the Google Cloud console
-
Click the Start Lab button. If you need to pay for the lab, a pop-up opens for you to select your payment method. On the left is the Lab Details panel with the following:
- The Open Google Cloud console button
- Time remaining
- The temporary credentials that you must use for this lab
- Other information, if needed, to step through this lab
-
Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).
The lab spins up resources, and then opens another tab that shows the Sign in page.
Tip: Arrange the tabs in separate windows, side-by-side.
Note: If you see the Choose an account dialog, click Use Another Account. -
If necessary, copy the Username below and paste it into the Sign in dialog.
{{{user_0.username | "Username"}}} You can also find the Username in the Lab Details panel.
-
Click Next.
-
Copy the Password below and paste it into the Welcome dialog.
{{{user_0.password | "Password"}}} You can also find the Password in the Lab Details panel.
-
Click Next.
Important: You must use the credentials the lab provides you. Do not use your Google Cloud account credentials. Note: Using your own Google Cloud account for this lab may incur extra charges. -
Click through the subsequent pages:
- Accept the terms and conditions.
- Do not add recovery options or two-factor authentication (because this is a temporary account).
- Do not sign up for free trials.
After a few moments, the Google Cloud console opens in this tab.
Task 1. Open the notebook in Vertex AI Workbench
-
In the Google Cloud Console, on the Navigation menu, click Vertex AI > Workbench.
-
Find the
instance and click on the Open JupyterLab button.
The JupyterLab interface for your Workbench instance will open in a new browser tab.
Task 2. Set up the notebook
-
Click on the
file. -
Run through the Prompt engineering best practices section of the notebook.
- For Project ID, use
, and for the Location, use .
- For Project ID, use
Click Check my progress to verify the objective.
Click Check my progress to verify the objective.
Click Check my progress to verify the objective.
Click Check my progress to verify the objective.
Click Check my progress to verify the objective.
Task 3. Reduce Output Variability
Run through the Turn generative tasks into classification tasks to reduce output variability section of the notebook.
Click Check my progress to verify the objective.
Click Check my progress to verify the objective.
Task 4. Improve Response Quality by Including Examples
Run through the Improve response quality by including examples section of the notebook.
Click Check my progress to verify the objective.
Congratulations!
In this lab you learned prompt engineering best practices using Generative AI with Google Gemini. You explored use cases which follow the best practices of being concise, specific, well-define, providing examples and asking one at a time when using LLMs to generate responses.
Next steps
- Check out the Generative AI on Vertex AI documentation.
- Learn more about Generative AI on the Google Cloud Tech YouTube channel.
Google Cloud training and certification
...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated October 18th, 2024
Lab Last Tested October 18th, 2024
Copyright 2024 Google LLC All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.