We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb951c commit c030718Copy full SHA for c030718
1 file changed
libs/infinity_emb/infinity_emb/inference/batch_handler.py
@@ -191,7 +191,7 @@ async def rerank(
191
if top_n is None, <= 0 or out of range, all scores are returned
192
193
Raises:
194
- ModelNotDeployedError: If loaded model does not expose `embed`
+ ModelNotDeployedError: If loaded model does not expose `rerank`
195
capabilities
196
197
Returns:
0 commit comments