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 f7833d0 commit 323a928Copy full SHA for 323a928
experiments/configurations/qdrant-single-node.json
@@ -53,21 +53,12 @@
53
"connection_params": { "timeout": 30 },
54
"search_params": [
55
{
56
- "parallel": 8,
+ "parallel": 20,
57
"config": {
58
- "hnsw_ef": 128,
+ "hnsw_ef": 300,
59
"quantization": {
60
"rescore": true
61
}
62
- },
63
- "prefetch": {
64
- "limit": 400,
65
- "params": {
66
67
- "quantization": {
68
- "rescore": false
69
- }
70
71
72
73
],
0 commit comments