Skip to content

Commit f7833d0

Browse files
committed
upd params
1 parent 534220a commit f7833d0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

experiments/configurations/qdrant-single-node.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,19 @@
5555
{
5656
"parallel": 8,
5757
"config": {
58-
"hnsw_ef": 200,
58+
"hnsw_ef": 128,
5959
"quantization": {
6060
"rescore": true
6161
}
62+
},
63+
"prefetch": {
64+
"limit": 400,
65+
"params": {
66+
"hnsw_ef": 128,
67+
"quantization": {
68+
"rescore": false
69+
}
70+
}
6271
}
6372
}
6473
],

0 commit comments

Comments
 (0)