File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,42 +3,41 @@ version: '3'
3
3
services :
4
4
5
5
splade-doc :
6
- image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
6
+ image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.4
7
7
command : --model-id naver/efficient-splade-VI-BT-large-doc --revision main --pooling splade
8
8
ports :
9
9
- " 4000:80"
10
10
volumes :
11
11
- ./data:/data
12
12
13
13
splade-query :
14
- image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
14
+ image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.4
15
15
command : --model-id naver/efficient-splade-VI-BT-large-query --revision main --pooling splade
16
16
ports :
17
17
- " 5000:80"
18
18
volumes :
19
19
- ./data:/data
20
20
21
21
jina :
22
- image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
22
+ image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
23
23
command : --model-id jinaai/jina-embeddings-v2-base-en --revision main
24
24
ports :
25
25
- " 6000:80"
26
26
volumes :
27
27
- ./data:/data
28
28
29
29
bgem3 :
30
- image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
30
+ image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
31
31
command : --model-id BAAI/bge-m3 --revision main
32
32
ports :
33
33
- " 7000:80"
34
34
volumes :
35
35
- ./data:/data
36
36
37
37
reranker :
38
- image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
39
- command : --model-id BAAI/bge-reranker-large --revision refs/pr/4
38
+ image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
39
+ command : --model-id BAAI/bge-reranker-base --revision main
40
40
ports :
41
41
- " 8000:80"
42
42
volumes :
43
43
- ./data:/data
44
-
You can’t perform that action at this time.
0 commit comments