Skip to content

Commit

Permalink
fix text_similarity_reranker doc (elastic#111256)
Browse files Browse the repository at this point in the history
  • Loading branch information
weizijun authored and leemthompo committed Jul 29, 2024
1 parent 010be87 commit 32cca2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/search/retriever.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,13 @@ GET /index/_search
"text_similarity_reranker": {
"retriever": {
"standard": { ... }
}
},
"field": "text",
"inference_id": "my-cohere-rerank-model",
"inference_text": "Most famous landmark in Paris",
"rank_window_size": 100,
"min_score": 0.5
},
"field": "text",
"inference_id": "my-cohere-rerank-model",
"inference_text": "Most famous landmark in Paris",
"rank_window_size": 100,
"min_score": 0.5
}
}
}
----
Expand Down

0 comments on commit 32cca2d

Please sign in to comment.