Skip to content

Commit 71881a3

Browse files
author
Max Hniebergall
committed
fix indentation
1 parent a84c5fa commit 71881a3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/reference/inference/get-inference.asciidoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@ The API returns the following response:
7575

7676
[source,console-result]
7777
------------------------------------------------------------
78-
{
79-
"inference_id": "my-elser-model",
80-
"task_type": "sparse_embedding",
81-
"service": "elasticsearch",
82-
"service_settings": {
83-
"num_allocations": 1,
84-
"num_threads": 1,
85-
"model_id": ".elser_model_2"
86-
},
87-
"chunking_settings": {
88-
"strategy": "sentence",
89-
"max_chunk_size": 250,
90-
"sentence_overlap": 1
91-
}
92-
}
78+
{
79+
"inference_id": "my-elser-model",
80+
"task_type": "sparse_embedding",
81+
"service": "elasticsearch",
82+
"service_settings": {
83+
"num_allocations": 1,
84+
"num_threads": 1,
85+
"model_id": ".elser_model_2"
86+
},
87+
"chunking_settings": {
88+
"strategy": "sentence",
89+
"max_chunk_size": 250,
90+
"sentence_overlap": 1
91+
}
92+
}
9393
------------------------------------------------------------
9494
// NOTCONSOLE

0 commit comments

Comments
 (0)