You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PUT _inference/sparse_embedding/elser_embeddings <1>
38
38
{
39
-
"service": "elser",
39
+
"service": "elasticsearch",
40
40
"service_settings": {
41
41
"num_allocations": 1,
42
42
"num_threads": 1
@@ -206,7 +206,7 @@ PUT _inference/text_embedding/google_vertex_ai_embeddings <1>
206
206
<2> A valid service account in JSON format for the Google Vertex AI API.
207
207
<3> For the list of the available models, refer to the https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text-embeddings-api[Text embeddings API] page.
208
208
<4> The name of the location to use for the {infer} task. Refer to https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations[Generative AI on Vertex AI locations] for available locations.
209
-
<5> The name of the project to use for the {infer} task.
209
+
<5> The name of the project to use for the {infer} task.
0 commit comments