Skip to content

Commit

Permalink
Add support for Bedrock Rerank API #9027 (#9029)
Browse files Browse the repository at this point in the history
* Add support for Bedrock Rerank API #9027

Signed-off-by: tkykenmt <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Change title

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* fix fieldname on Amazon Bedrock Rerank API output #9029

Signed-off-by: tkykenmt <[email protected]>

---------

Signed-off-by: tkykenmt <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
  • Loading branch information
4 people authored Jan 9, 2025
1 parent ff2f71b commit 8384cef
Show file tree
Hide file tree
Showing 2 changed files with 732 additions and 0 deletions.
1 change: 1 addition & 0 deletions _ml-commons-plugin/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Using the OpenSearch machine learning (ML) framework, you can build various appl

- **Reranking search results**:
- [Reranking search results using the Cohere Rerank model]({{site.url}}{{site.baseurl}}/ml-commons-plugin/tutorials/reranking-cohere/)
- [Reranking search results using models hosted on Amazon Bedrock]({{site.url}}{{site.baseurl}}/ml-commons-plugin/tutorials/reranking-bedrock/)
- [Reranking search results using the MS MARCO cross-encoder model]({{site.url}}{{site.baseurl}}/ml-commons-plugin/tutorials/reranking-cross-encoder/)

- **Agents and tools**:
Expand Down
Loading

0 comments on commit 8384cef

Please sign in to comment.