Skip to content

Commit 323a928

Browse files
author
Ubuntu
committed
upd test config
1 parent f7833d0 commit 323a928

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

experiments/configurations/qdrant-single-node.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,12 @@
5353
"connection_params": { "timeout": 30 },
5454
"search_params": [
5555
{
56-
"parallel": 8,
56+
"parallel": 20,
5757
"config": {
58-
"hnsw_ef": 128,
58+
"hnsw_ef": 300,
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-
}
7162
}
7263
}
7364
],

0 commit comments

Comments
 (0)