We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a002cfa commit 0bc3c7dCopy full SHA for 0bc3c7d
.github/workflows/main.yaml
@@ -14,9 +14,9 @@ on:
14
pull_request:
15
16
env:
17
- WEAVIATE_123: 1.23.15
18
- WEAVIATE_124: 1.24.19
19
- WEAVIATE_125: 1.25.5
+ WEAVIATE_123: 1.23.16
+ WEAVIATE_124: 1.24.21
+ WEAVIATE_125: 1.25.8
20
21
jobs:
22
lint-and-format:
ci/docker-compose.yml
@@ -29,6 +29,7 @@ services:
29
AUTOSCHEMA_ENABLED: 'false'
30
IMAGE_INFERENCE_API: "http://i2v-neural:8080"
31
DISABLE_TELEMETRY: 'true'
32
+ DISABLE_LAZY_LOAD_SHARDS: 'true'
33
contextionary:
34
environment:
35
OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75
0 commit comments