milvus-io / knowhere

Knowhere is an open-source vector search engine, integrating FAISS, HNSW, etc.
Apache License 2.0
207 stars 83 forks source link

Remove info log of normalizing query while searching with cosine metric #1024

Closed chasingegg closed 1 year ago

chasingegg commented 1 year ago

Normalize will be called at both Train and Search stage, which will generate many info logs while searching with cosine metric.

mergify[bot] commented 1 year ago

@chasingegg Please associate the related issue to the body of your Pull Request. (eg. “issue: #”)

chasingegg commented 1 year ago

/kind improvement

cydrain commented 1 year ago

/lgtm /approve

sre-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chasingegg, cydrain

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/milvus-io/knowhere/blob/main/OWNERS)~~ [cydrain] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment