Skip to content

Commit 9fad004

Browse files
Add supporting blog content on the why and how for BBQ (#431)
Co-authored-by: Carly Richmond <[email protected]>
1 parent 78b9309 commit 9fad004

15 files changed

+1172
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"inference_id": "my_e5_model",
3+
"task_type": "text_embedding",
4+
"service": "elasticsearch",
5+
"service_settings": {
6+
"num_threads": 1,
7+
"model_id": ".multilingual-e5-small",
8+
"adaptive_allocations": {
9+
"enabled": true,
10+
"min_number_of_allocations": 1
11+
}
12+
},
13+
"chunking_settings": {
14+
"strategy": "sentence",
15+
"max_chunk_size": 250,
16+
"sentence_overlap": 1
17+
}
18+
}

0 commit comments

Comments
 (0)