Skip to content

Commit e032a89

Browse files
committed
changes from review by Ben Trent
1 parent c376b96 commit e032a89

15 files changed

+96
-19
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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"_index": "bbq-my-byte-quantized-index",
3+
"_id": "1",
4+
"_version": 1,
5+
"result": "created",
6+
"_shards": {
7+
"total": 2,
8+
"successful": 2,
9+
"failed": 0
10+
},
11+
"_seq_no": 0,
12+
"_primary_term": 1
13+
}
14+
15+
{
16+
"_index": "bbq-my-byte-quantized-index",
17+
"_id": "2",
18+
"_version": 1,
19+
"result": "created",
20+
"_shards": {
21+
"total": 2,
22+
"successful": 2,
23+
"failed": 0
24+
},
25+
"_seq_no": 1,
26+
"_primary_term": 1
27+
}
28+
29+
{
30+
"took": 35,
31+
"timed_out": false,
32+
"_shards": {
33+
"total": 1,
34+
"successful": 1,
35+
"skipped": 0,
36+
"failed": 0
37+
},
38+
"hits": {
39+
"total": {
40+
"value": 0,
41+
"relation": "eq"
42+
},
43+
"max_score": null,
44+
"hits": []
45+
}
46+
}

0 commit comments

Comments
 (0)