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 5622855 commit 1bdcb23Copy full SHA for 1bdcb23
docs/reference/inference/get-inference.asciidoc
@@ -78,12 +78,17 @@ The API returns the following response:
78
{
79
"inference_id": "my-elser-model",
80
"task_type": "sparse_embedding",
81
- "service": "elser",
+ "service": "elasticsearch",
82
"service_settings": {
83
"num_allocations": 1,
84
- "num_threads": 1
+ "num_threads": 1,
85
+ "model_id": ".elser_model_2"
86
},
- "task_settings": {}
87
+ "chunking_settings": {
88
+ "strategy": "sentence",
89
+ "max_chunk_size": 250,
90
+ "sentence_overlap": 1
91
+ }
92
}
93
------------------------------------------------------------
94
// NOTCONSOLE
0 commit comments