File tree Expand file tree Collapse file tree 2 files changed +5
-40
lines changed Expand file tree Collapse file tree 2 files changed +5
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "inference.put_voyageai " : {
2
+ "inference.put_eis " : {
3
3
"documentation" : {
4
- "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-apis .html" ,
5
- "description" : " Configure an VoyageAI inference endpoint"
4
+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elastic .html" ,
5
+ "description" : " Configure an inference endpoint that uses the Elastic Inference Service (EIS) "
6
6
},
7
7
"stability" : " stable" ,
8
8
"visibility" : " public" ,
13
13
"url" : {
14
14
"paths" : [
15
15
{
16
- "path" : " /_inference/{task_type}/{voyageai_inference_id }" ,
16
+ "path" : " /_inference/{task_type}/{eis_inference_id }" ,
17
17
"methods" : [" PUT" ],
18
18
"parts" : {
19
19
"task_type" : {
20
20
"type" : " string" ,
21
21
"description" : " The task type"
22
22
},
23
- "voyageai_inference_id " : {
23
+ "eis_inference_id " : {
24
24
"type" : " string" ,
25
25
"description" : " The inference ID"
26
26
}
You can’t perform that action at this time.
0 commit comments