Skip to content

fix: replace legacy TransformersSimilarityRanker with SentenceTransformersSimilarityRanker#446

Open
vominh1919 wants to merge 1 commit intodeepset-ai:mainfrom
vominh1919:fix/replace-legacy-ranker
Open

fix: replace legacy TransformersSimilarityRanker with SentenceTransformersSimilarityRanker#446
vominh1919 wants to merge 1 commit intodeepset-ai:mainfrom
vominh1919:fix/replace-legacy-ranker

Conversation

@vominh1919
Copy link
Copy Markdown

Fixes #445

This PR replaces all occurrences of the legacy TransformersSimilarityRanker with SentenceTransformersSimilarityRanker as requested in the issue.

Changes Made:

  • tutorials/44_Creating_Custom_SuperComponents.ipynb: Updated import statement and class usage
  • tutorials/33_Hybrid_Retrieval.ipynb: Updated import statement, class usage, and documentation link
  • tutorials/guide_evaluation.ipynb: Updated documentation reference and link

…rmersSimilarityRanker

Fixes deepset-ai#445

Replaced all occurrences of TransformersSimilarityRanker with
SentenceTransformersSimilarityRanker in the following files:
- tutorials/44_Creating_Custom_SuperComponents.ipynb
- tutorials/33_Hybrid_Retrieval.ipynb
- tutorials/guide_evaluation.ipynb
@vominh1919 vominh1919 requested a review from a team as a code owner April 17, 2026 05:06
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace legacy TransformersSimilarityRanker with SentenceTransformersSimilarityRanker

1 participant