Skip to content

Commit

Permalink
adding preview
Browse files Browse the repository at this point in the history
  • Loading branch information
inardini committed Sep 24, 2024
1 parent 53e339e commit d3c59cc
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"id": "JAPoU8Sm5E6e"
},
"source": [
"# Get started with Vertex AI Prompt Optimizer SDK\n",
"# Get started with Vertex AI Prompt Optimizer - SDK (Preview)\n",
"\n",
"<table align=\"left\">\n",
" <td style=\"text-align: center\">\n",
Expand Down Expand Up @@ -77,13 +77,13 @@
"source": [
"### Objective\n",
"\n",
"This notebook demostrates how to leverage Vertex AI Prompt Optimizer to efficiently migrate a prompt template from one model to another. The goal is to use Vertex AI Prompt Optimizer to find the new prompt template which generate the most correct and grounded responses.\n",
"This notebook demostrates how to leverage Vertex AI Prompt Optimizer (Preview) to efficiently migrate a prompt template from one model to another. The goal is to use Vertex AI Prompt Optimizer (Preview) to find the new prompt template which generate the most correct and grounded responses.\n",
"\n",
"\n",
"This tutorial uses the following Google Cloud ML services and resources:\n",
"\n",
"- Vertex Gen AI\n",
"- Vertex AI Prompt Optimizer\n",
"- Vertex AI Prompt Optimizer (Preview)\n",
"- Vertex AI Model Eval\n",
"- Vertex AI Custom job\n",
"\n",
Expand Down Expand Up @@ -546,7 +546,7 @@
"id": "EdvJRUWRNGHE"
},
"source": [
"## III. Automated prompt design with Vertex AI Prompt optimizer"
"## III. Automated prompt design with Vertex AI Prompt Optimizer (Preview)"
]
},
{
Expand Down Expand Up @@ -654,7 +654,7 @@
"id": "Rp1n1aMACzSW"
},
"source": [
"### Translate the prompt template with Vertex AI Prompt Optimizer\n"
"### Translate the prompt template with Vertex AI Prompt Optimizer (Preview)\n"
]
},
{
Expand Down Expand Up @@ -788,7 +788,7 @@
"\n",
"Vertex AI Prompt Optimizer allows you to optimize prompts by optimizing instructions only, demonstration only, or both (`optimization_mode`), and after you set the system instruction, prompt templates that will be optimized (`system_instruction`, `prompt_template`), and the model you want to optimize for (`target_model`), it allows to condition the optimization process by setting metrics, number of iterations used to improve the prompt and more.\n",
"\n",
"Below you have some configurations as default that are most commonly used and recommended. And if you want to have more control of the optimization process, Vertex AI Prompt Optimizer provides also additional configurations. Refer [here](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/prompt-optimizer) to learn more about the different parameters settings and how to best utilize them.\n"
"Below you have some configurations as default that are most commonly used and recommended. And if you want to have more control of the optimization process, Vertex AI Prompt Optimizer (Preview) provides also additional configurations. Refer [here](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/prompt-optimizer) to learn more about the different parameters settings and how to best utilize them.\n"
]
},
{
Expand Down Expand Up @@ -843,9 +843,9 @@
"id": "Jd_uzQYQx6L7"
},
"source": [
"#### Upload Vertex AI Prompt Optimizer config to Cloud Storage\n",
"#### Upload Vertex AI Prompt Optimizer (Preview) config to Cloud Storage\n",
"\n",
"After you define Vertex AI Prompt Optimizer configuration, you upload them on Cloud bucket.\n"
"After you define Vertex AI Prompt Optimizer (Preview) configuration, you upload them on Cloud bucket.\n"
]
},
{
Expand Down Expand Up @@ -880,7 +880,7 @@
"source": [
"#### Run the automatic prompt optimization job\n",
"\n",
"Now you are ready to run your first Vertex AI Prompt optimizer job using the Vertex AI SDK for Python.\n"
"Now you are ready to run your first Vertex AI Prompt Optimizer (Preview) job using the Vertex AI SDK for Python.\n"
]
},
{
Expand Down

0 comments on commit d3c59cc

Please sign in to comment.