From 5c4c8b600acca46fb6e13dcdfa52ae738422327f Mon Sep 17 00:00:00 2001 From: Jiaxun Wu <35040939+jiaxunwu@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:44:29 -0800 Subject: [PATCH] docs: use 002 model for better scalability in text generation --- notebooks/experimental/semantic_operators.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/experimental/semantic_operators.ipynb b/notebooks/experimental/semantic_operators.ipynb index b3b989dd43..d3fec469b4 100644 --- a/notebooks/experimental/semantic_operators.ipynb +++ b/notebooks/experimental/semantic_operators.ipynb @@ -188,7 +188,7 @@ "source": [ "Create LLM instances. They will be passed in as parameters for each semantic operator.\n", "\n", - "This tutorial uses the \"gemini-1.5-flash-001\" model for text generation and \"text-embedding-005\" for embedding. While these are recommended, you can choose [other Vertex AI LLM models](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models) based on your needs and availability. Ensure you have [sufficient quota](https://cloud.google.com/vertex-ai/generative-ai/docs/quotas) for your chosen models and adjust it if necessary." + "This tutorial uses the \"gemini-1.5-flash-002\" model for text generation and \"text-embedding-005\" for embedding. While these are recommended, you can choose [other Vertex AI LLM models](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models) based on your needs and availability. Ensure you have [sufficient quota](https://cloud.google.com/vertex-ai/generative-ai/docs/quotas) for your chosen models and adjust it if necessary." ] }, {