Skip to content

Commit 750a3ff

Browse files
authored
Merge branch 'master' into wip-v1.0
2 parents 8b1e254 + 7b874da commit 750a3ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docs/integrations/text_embedding/google_vertex_ai_palm.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@
103103
"cell_type": "markdown",
104104
"id": "c84fb993",
105105
"metadata": {},
106-
"source": "To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:"
106+
"source": [
107+
"To enable automated tracing of your model calls, set your [LangSmith](https://docs.smith.langchain.com/) API key:"
108+
]
107109
},
108110
{
109111
"cell_type": "code",
@@ -157,7 +159,7 @@
157159
"from langchain_google_vertexai import VertexAIEmbeddings\n",
158160
"\n",
159161
"# Initialize the a specific Embeddings Model version\n",
160-
"embeddings = VertexAIEmbeddings(model_name=\"text-embedding-004\")"
162+
"embeddings = VertexAIEmbeddings(model_name=\"gemini-embedding-001\")"
161163
]
162164
},
163165
{

0 commit comments

Comments
 (0)