-
-
Notifications
You must be signed in to change notification settings - Fork 62
Add RAG threshold parameters to allow return labels and masking #300
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
Codecov Report
@@ Coverage Diff @@
## master #300 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1328 1331 +3
Branches 133 134 +1
=========================================
+ Hits 1328 1331 +3
Continue to review full report at Codecov.
|
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 comments about docstring style and testing best practices
@alessiamarcolini OK, all done 👍🏻 |
@kheffah could you please squash all the "update" commit into a single one? Thanks!! PS there is a way to add all the suggestions to a single commit from the interface directly |
@alessiamarcolini Oops I didn't know that. OK, now commit aaf4a09 contains the squashed changes. |
Hi @kheffah, sorry I meant to do an interactive rebase to rewrite history and have only the relevant commits (with a proper message) to have a clean history. Please let me know if you need any help with this :) |
Yes please, I've never done that before. I'm dealing with a deadline at the moment so maybe at least a few days till I get to it. If you prefer to get it done quickly, feel free to do it :) |
@alessiamarcolini OK I officially give up 😆 Everytime I do the interactive rebase locally I get a conflict, asks me to resolve it, asks me to pull, and then when the rebase succeeds and I push, I still see the commits. I could probably fix this if I spend more time on it but I have high priority research tasks at the time being. But feel free to do it if you'd like, sorry about that. |
a7e69b5
to
3607636
Compare
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.
per comments
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.
Last stylistic changes :)
PS after my rebase (which rewrote history) is better for you if you work on a different clone of the repo (only required for upcoming work on this branch)
@kheffah I think after these last comments from me and @alessiamarcolini this PR should be ready to go :D Thanks for your work |
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.
I also asked a review to @nicolebussola if she has time ;)
Oh ... got it, but I think 2 reviews are more than enough 😄 |
@alessiamarcolini @ernestoarbitrio Thanks! All suggestions incorporated now. |
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.
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.
Nice improvement
b26aaca
to
c08b923
Compare
…ed mask for individual clustered segments
Co-authored-by: Alessia Marcolini <98marcolini@gmail.com>
Co-authored-by: Alessia Marcolini <98marcolini@gmail.com>
Co-authored-by: Alessia Marcolini <98marcolini@gmail.com>
c08b923
to
063b104
Compare
Description
Flexible rag filter allowing:
Types of Changes
Issues Fixed or Closed by This PR
None
Checklist