Skip to content

Commit c9e439f

Browse files
fix: Inconsistent Weaviate config (qdrant#111)
* fix: Inconsistent Weaviate config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c22f3fc commit c9e439f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

experiments/configurations/qdrant-vs-weaviate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{
2+
{
33
"name": "proposed-config-qdrant-bq-latency",
44
"engine": "qdrant",
55
"connection_params": { "timeout": 60 },
@@ -27,7 +27,7 @@
2727
"connection_params": { "timeout": 60 },
2828
"collection_params": {
2929
"quantization_config": { "binary": { "always_ram": true } },
30-
"optimizers_config": {
30+
"optimizers_config": {
3131
"max_segment_size": 100000000,
3232
"default_segment_number":2
3333
},

experiments/configurations/weaviate-single-node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"collection_params": { "vectorIndexConfig": { "efConstruction": 256, "maxConnections": 16 } },
99
"search_params": [
10-
{ "parallel": 8, "vectorIndexConfig": { "ef": 64} }, { "parallel": 8, "vectorIndexConfig": { "ef": 128} }, { "parallel": 8, "vectorIndexConfig": { "ef": 256} }, { "parallel": 8, "vectorIndexConfig": { "ef": 512} }, { "parallel": 8, "vectorIndexConfig": { "ef": 768} }, { "parallel": 8, "vectorIndexConfig": { "ef": 1024} }, { "parallel": 8, "vectorIndexConfig": { "ef": 1536} }
10+
{ "parallel": 8, "vectorIndexConfig": { "ef": 128 } }
1111
],
1212
"upload_params": { "batch_size": 1024, "parallel": 8 }
1313
},
@@ -87,6 +87,6 @@
8787
{ "parallel": 1, "vectorIndexConfig": { "ef": 64} }, { "parallel": 1, "vectorIndexConfig": { "ef": 128} }, { "parallel": 1, "vectorIndexConfig": { "ef": 256} }, { "parallel": 1, "vectorIndexConfig": { "ef": 512} },
8888
{ "parallel": 100, "vectorIndexConfig": { "ef": 64} }, { "parallel": 100, "vectorIndexConfig": { "ef": 128} }, { "parallel": 100, "vectorIndexConfig": { "ef": 256} }, { "parallel": 100, "vectorIndexConfig": { "ef": 512} }
8989
],
90-
"upload_params": { "batch_size": 10240, "parallel": 1 }
90+
"upload_params": { "batch_size": 1024, "parallel": 8 }
9191
}
9292
]

0 commit comments

Comments
 (0)