未验证 提交 4039cf90 编写于 作者: D del-zhenwu 提交者: GitHub

enable hnsw_pq/sq case (#3891)

Signed-off-by: Nzw <zw@milvus.io>
Co-authored-by: Nzw <zw@milvus.io>
上级 a4c061d2
......@@ -41,8 +41,8 @@ all_index_types = [
"HNSW",
# "NSG",
"ANNOY",
# "RHNSW_PQ",
# "RHNSW_SQ",
"RHNSW_PQ",
"RHNSW_SQ",
"BIN_FLAT",
"BIN_IVF_FLAT"
]
......@@ -56,8 +56,8 @@ default_index_params = [
{"M": 48, "efConstruction": 500},
# {"search_length": 50, "out_degree": 40, "candidate_pool_size": 100, "knng": 50},
{"n_trees": 50},
# {"M": 48, "efConstruction": 500, "PQM": 16},
# {"M": 48, "efConstruction": 500},
{"M": 48, "efConstruction": 500, "PQM": 16},
{"M": 48, "efConstruction": 500},
{"nlist": 128},
{"nlist": 128}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册