File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
- community
20
20
- enterprise
21
21
services :
22
+ t2v-transformers :
23
+ image : cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
24
+ env :
25
+ ENABLE_CUDA : ' 0'
22
26
weaviate :
23
27
image : cr.weaviate.io/semitechnologies/weaviate:1.25.1
24
28
env :
@@ -30,16 +34,12 @@ jobs:
30
34
ports :
31
35
- 8080:8080
32
36
- 50051:50051
33
- t2v-transformers :
34
- image : cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
35
- env :
36
- ENABLE_CUDA : ' 0'
37
37
neo4j :
38
38
image : neo4j:${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
39
39
env :
40
40
NEO4J_AUTH : neo4j/password
41
41
NEO4J_ACCEPT_LICENSE_AGREEMENT : ' eval'
42
- NEO4J_PLUGINS : " [ \ " apoc\" ] "
42
+ NEO4J_PLUGINS : ' [ "apoc"] '
43
43
ports :
44
44
- 7687:7687
45
45
- 7474:7474
You can’t perform that action at this time.
0 commit comments