File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/docs/integrations/text_embedding Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 103
103
"cell_type" : " markdown" ,
104
104
"id" : " c84fb993" ,
105
105
"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
+ ]
107
109
},
108
110
{
109
111
"cell_type" : " code" ,
157
159
" from langchain_google_vertexai import VertexAIEmbeddings\n " ,
158
160
" \n " ,
159
161
" # Initialize the a specific Embeddings Model version\n " ,
160
- " embeddings = VertexAIEmbeddings(model_name=\" text -embedding-004 \" )"
162
+ " embeddings = VertexAIEmbeddings(model_name=\" gemini -embedding-001 \" )"
161
163
]
162
164
},
163
165
{
You can’t perform that action at this time.
0 commit comments