Skip to content

Commit 65e7af7

Browse files
authored
Fix error in put inference example (#5167)
1 parent c635e02 commit 65e7af7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/put/examples/request/InferencePutExample1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ value: |-
66
"service_settings": {
77
"model_id": "rerank-english-v3.0",
88
"api_key": "{{COHERE_API_KEY}}"
9-
}
9+
},
1010
"chunking_settings": {
1111
"strategy": "recursive",
1212
"max_chunk_size": 200,
1313
"separator_group": "markdown"
14+
}
1415
}

0 commit comments

Comments
 (0)