feat(rerank): add Bedrock reranking support#141
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the Bedrock plugin into a more modular structure by splitting logic into separate files and introduces a new Rerank helper for document reranking, accompanied by updated documentation and tests. The review feedback suggests using defer for mutex unlocking in the Init method to improve safety and points out that the RequestTimeout configuration field is currently unused and needs to be integrated into API calls.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
we should merge this one first or point this one to the previous one |
Absolutely, I mentioned that in the PR's description - I had an issue with Merge access, but it was just resolved now. I will resolve the conflict in the PR shortly |
|
@adesinah thank you! |
## [1.15.0](v1.14.1...v1.15.0) (2026-06-19) ### 🚀 Features * **rerank:** add Bedrock reranking support ([#141](#141)) ([febe9b6](febe9b6))
|
🎉 This PR is included in version 1.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This MR adds Bedrock reranking support. This PR requires #140 to be merged first.
Closes point 2 in #136
Type of Change
Testing
Please describe the tests that you ran to verify your changes:
go test ./...)Test Configuration
Code Quality
Documentation
AWS Bedrock Specific
If this change affects AWS Bedrock functionality:
Checklist