Skip to content

Commit a25f70b

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 035c8c0 commit a25f70b

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

specification/_json_spec/inference.put.mistral.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

specification/_json_spec/inference.put.voyageai.json renamed to specification/_json_spec/inference.put_eis.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"inference.put_voyageai": {
2+
"inference.put_eis": {
33
"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)"
66
},
77
"stability": "stable",
88
"visibility": "public",
@@ -13,14 +13,14 @@
1313
"url": {
1414
"paths": [
1515
{
16-
"path": "/_inference/{task_type}/{voyageai_inference_id}",
16+
"path": "/_inference/{task_type}/{eis_inference_id}",
1717
"methods": ["PUT"],
1818
"parts": {
1919
"task_type": {
2020
"type": "string",
2121
"description": "The task type"
2222
},
23-
"voyageai_inference_id": {
23+
"eis_inference_id": {
2424
"type": "string",
2525
"description": "The inference ID"
2626
}

0 commit comments

Comments
 (0)