Skip to content

Commit

Permalink
try bq and fix latency run params
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Mar 16, 2024
1 parent 5d48d56 commit 08b6b07
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions experiments/configurations/qdrant-vs-weaviate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"connection_params": { "timeout": 60 },
"collection_params": {
"quantization_config": { "binary": { "always_ram": true } },
"optimizers_config": { "memmap_threshold":10000000 },
"optimizers_config": { },
"hnsw_config": { "m": 32, "ef_construct": 256 }
},
"search_params": [
Expand All @@ -28,8 +28,7 @@
"collection_params": {
"quantization_config": { "binary": { "always_ram": true } },
"optimizers_config": {
"memmap_threshold":10000000,
"max_segment_size": 10000000,
"max_segment_size": 100000000,
"default_segment_number":2
},
"hnsw_config": { "m": 32, "ef_construct": 256 }
Expand All @@ -52,7 +51,7 @@
"engine": "qdrant",
"connection_params": { "timeout": 60 },
"collection_params": {
"optimizers_config": { "memmap_threshold":10000000 },
"optimizers_config": { },
"hnsw_config": { "m": 32, "ef_construct": 256 }
},
"search_params": [
Expand All @@ -72,8 +71,7 @@
"connection_params": { "timeout": 60 },
"collection_params": {
"optimizers_config": {
"memmap_threshold":10000000,
"max_segment_size": 1000000,
"max_segment_size": 100000000,
"default_segment_number":2
},
"hnsw_config": { "m": 32, "ef_construct": 256 }
Expand Down

0 comments on commit 08b6b07

Please sign in to comment.