Skip to content

Commit c376b96

Browse files
committed
Add supporting blog content on the why and how for BBQ
1 parent bbe05fa commit c376b96

12 files changed

+1067
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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": false
10+
}
11+
},
12+
"chunking_settings": {
13+
"strategy": "sentence",
14+
"max_chunk_size": 250,
15+
"sentence_overlap": 1
16+
}
17+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PUT _inference/text_embedding/my_e5_model
2+
{
3+
"service": "elasticsearch",
4+
"service_settings": {
5+
"num_threads": 1,
6+
"model_id": ".multilingual-e5-small",
7+
"adaptive_allocations": {
8+
"enabled": false
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)