Closed yanliang567 closed 1 year ago
/assign @jiaoew1991 /unassign
/assign @yah01 /unassign
/assign @yanliang567
the search param ef
must be not less than topk
failed to search, err: out of range in json" The error message need to be improved
@yah01 please help to update a meaningful error msg.
@yah01 please help to update a meaningful error msg.
Sure, working on it
@liliu-z Knowhere returns the error as Status
, which is an enum class, impossible to attach message to this type. should we change Status
to a struct with fields code
and message
?
@liliu-z Knowhere returns the error as
Status
, which is an enum class, impossible to attach message to this type. should we changeStatus
to a struct with fieldscode
andmessage
?
Sure lets do this
Knowhere's expected supports what()
api right now for info passing.
/assign @yanliang567 fixed with https://github.com/milvus-io/knowhere/pull/970 and #25473
will verify the fix soon /unassign @yah01
/assign @NicoYuan1986 could you please help to verify the issue and update the testcase accordingly.
/unassign
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Forget to comment. The issue has been verified fixed.
Is there an existing issue for this?
Environment
Current Behavior
search successfully when topk=1 or 10, but fail when topk=80 or 100 or more
Expected Behavior
search successfully with topk=16384
Steps To Reproduce
Milvus Log
error msg:
pod names:
Anything else?
{'auto_id': True, 'description': 'hnsw_test', 'fields': [{'name': 'id', 'description': 'auto primary id', 'type': <DataType.INT64: 5>, 'is_primary': True, 'auto_id': True}, {'name': 'age', 'description': 'age', 'type': <DataType.INT64: 5>}, {'name': 'flag', 'description': 'flag', 'type': <DataType.BOOL: 1>}, {'name': 'embedding', 'description': '', 'type': <DataType.FLOAT_VECTOR: 101>, 'params': {'dim': 128}}]}
{'index_type': 'HNSW', 'metric_type': 'COSINE', 'params': {'M': 30, 'efConstruction': 360}}
{'metric_type': 'COSINE', 'params': {'ef': 64}}