We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9379feb commit 98d60b3Copy full SHA for 98d60b3
docs/reference/tab-widgets/inference-api/infer-api-search.asciidoc
@@ -8,7 +8,7 @@ GET cohere-embeddings/_search
8
"field": "content_embedding",
9
"query_vector_builder": {
10
"text_embedding": {
11
- "inference_id": "cohere_embeddings",
+ "model_id": "cohere_embeddings",
12
"model_text": "Muscles in human body"
13
}
14
},
@@ -83,7 +83,7 @@ GET openai-embeddings/_search
83
84
85
86
- "inference_id": "openai_embeddings",
+ "model_id": "openai_embeddings",
87
"model_text": "Calculate fuel cost"
88
89
0 commit comments