-
Notifications
You must be signed in to change notification settings - Fork 21
Query Rewrite and Context Relevancy IO Processors for Granite 3.3 #199
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
Conversation
krishnatejakk
commented
Jun 13, 2025
- Added IO processors for both query rewrite and context relevancy intrinsics
- Updated the example notebooks as well
…ype. Signed-off-by: Khoi-Nguyen Tran <[email protected]> Signed-off-by: maedahanafi <[email protected]>
Signed-off-by: maedahanafi <[email protected]>
Signed-off-by: maedahanafi <[email protected]>
Signed-off-by: maedahanafi <[email protected]>
Signed-off-by: Fred Reiss <[email protected]> Signed-off-by: maedahanafi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes needed, see comments inline.
notebooks/local-granite-3.3-8b-lora-rag-context-relevancy/README.md
Outdated
Show resolved
Hide resolved
…after comversation for better model attention.
…to use huggingface model.
@frreiss — I’ve resolved the Ruff errors in the latest commit. The tweaks I made to clear the PyLint warnings briefly introduced some Ruff line-length issues, but those are now fixed as well. |
…d removed local lora adapter files
@frreiss I have updated the query rewrite notebook to use the huggingface query rewrite model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting closer to ready, but several aspects of this change set will break CI. See comments inline.