From 56e8fbcf6ff92cae5a133a00247bf3de155893ca Mon Sep 17 00:00:00 2001 From: weaviate-git-bot Date: Sun, 17 Mar 2024 17:08:21 -0500 Subject: [PATCH 1/3] updated the Weaviate Docker image location (automated bot update) --- engine/servers/weaviate-single-node/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/servers/weaviate-single-node/docker-compose.yaml b/engine/servers/weaviate-single-node/docker-compose.yaml index 9291687a..e5e9e9ec 100644 --- a/engine/servers/weaviate-single-node/docker-compose.yaml +++ b/engine/servers/weaviate-single-node/docker-compose.yaml @@ -8,7 +8,7 @@ services: - '8090' - --scheme - http - image: semitechnologies/weaviate:1.24.1 + image: cr.weaviate.io/semitechnologies/weaviate:1.24.1 network_mode: host logging: driver: "json-file" From 2dc0f6c0b4088cbaac95fd24ba86b0f3ae70d81d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:08:27 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- experiments/configurations/qdrant-vs-weaviate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/configurations/qdrant-vs-weaviate.json b/experiments/configurations/qdrant-vs-weaviate.json index 867f6fe0..32bbac6b 100644 --- a/experiments/configurations/qdrant-vs-weaviate.json +++ b/experiments/configurations/qdrant-vs-weaviate.json @@ -1,5 +1,5 @@ [ - { + { "name": "proposed-config-qdrant-bq-latency", "engine": "qdrant", "connection_params": { "timeout": 60 }, @@ -27,7 +27,7 @@ "connection_params": { "timeout": 60 }, "collection_params": { "quantization_config": { "binary": { "always_ram": true } }, - "optimizers_config": { + "optimizers_config": { "max_segment_size": 100000000, "default_segment_number":2 }, From 344b6eb02a7db521963392dabe32145184077472 Mon Sep 17 00:00:00 2001 From: weaviate-git-bot Date: Sun, 17 Mar 2024 19:32:36 -0500 Subject: [PATCH 3/3] updated the Weaviate Docker image location (automated bot update)