@ -99,11 +99,19 @@ The user name for [Cloud user](https://zilliz.com/cloud), defaults to `None`.
The user password for [Cloud user](https://zilliz.com/cloud), defaults to `None`.
### Configuration for Similarity Evaluation
### Configuration for Rerank
***threshold (Union[float, int]):***
***rerank***: bool
The threshold to filter the milvus search result.
Whether to rerank the docs searched from knowledge base, defaults to False. If set it to True it will using the [rerank](https://towhee.io/towhee/rerank) operator.
***rerank_model***: str
The name of rerank model, you can set it according to the [rerank](https://towhee.io/towhee/rerank) operator.
***threshold:*** Union[float, int]
The threshold for rerank, defaults to 0.6. If the `rerank` is `False`, it will filter the milvus search result, otherwise it will be filtered with the [rerank](https://towhee.io/towhee/rerank) operator.