Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rankGPT implementation + add a template #174

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

svilupp
Copy link
Owner

@svilupp svilupp commented Jul 2, 2024

  • Added a prompt template for RAG query expansion for BM25 (RAGQueryKeywordExpander)
  • Fixed a small bug in the truncation step of the RankGPT's permutation_step! (bad indexing of string characters).
  • Fixed a bug where a certain combination of rank_start and rank_end would not result the last sliding window.
  • Fixed a bug where partially filled RAGResult would fail pretty-printing with pprint

@svilupp svilupp merged commit 719bf69 into main Jul 2, 2024
4 checks passed
@svilupp svilupp deleted the rankgpt-fix branch July 2, 2024 20:03
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.

None yet

1 participant