towhee-io / towhee

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://towhee.io
Apache License 2.0
3.21k stars 247 forks source link

[Bug]: molecular search failed reporting a metric type not match error #2645

Closed NicoYuan1986 closed 1 year ago

NicoYuan1986 commented 1 year ago

Is there an existing issue for this?

Current Behavior

molecular search failed reporting a metric type not match error.

https://github.com/towhee-io/examples/blob/main/medical/molecular_search/2_deep_dive_molecular_search.ipynb

image

image

Expected Behavior

pass

Steps To Reproduce

No response

Environment

- Towhee version(e.g. v0.1.3 or 8b23a93):1.1.1
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:

Anything else?

No response

NicoYuan1986 commented 1 year ago

binary only supports hamming and jaccard at present( delete TANIMOTO/SUPERSTRUCTURE/SUBSTRUCTURE) . @shiyu22 But it may change in the future.

jaelgu commented 1 year ago

I will add requirement for milvus version.

jaelgu commented 1 year ago

TANIMOTO/SUPERSTRUCTURE/SUBSTRUCTURE are still in the latest release version but not in the latest code of Milvus.

stale[bot] commented 1 year ago

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. Close the stale issues and pull requests after 7 days of inactivity. Reopen the issue with /reopen.

NicoYuan1986 commented 1 year ago

Fixed.