You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the retrieval of binary vectors (128dim of True vs 128dim of False). When I search for the False vector to validate it is inserted correctly, it sometimes retrieves the False vector and sometimes retrieves the True vector.
### Environment details
```markdown
- Hardware/Softward conditions (OS, CPU, GPU, Memory): Max OSX
- Method of installation (Docker, or from source): Docker for the Milvus host, Python virtualenv on OSX for pymilvus
- Milvus version (v0.3.1, or v0.4.0): v2.2.6 on server and Python
- Milvus configuration (Settings you made in `server_config.yaml`): N/A
Anything else?
None
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
I am testing the retrieval of binary vectors (128dim of True vs 128dim of False). When I search for the False vector to validate it is inserted correctly, it sometimes retrieves the False vector and sometimes retrieves the True vector.
When placed in a test that verifies this behavior, performance is mixed:
When I log the search output, it shows that both vectors are being retrieved with the same score and distance.
Expected Behavior
When I search for the False vector, it should be returned with higher vector similarity consistently.
Steps/Code To Reproduce behavior
Anything else?
None
The text was updated successfully, but these errors were encountered: