-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: Add delete and finalizer to RAGEngine #646
Conversation
Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #646 +/- ##
==========================================
- Coverage 58.18% 52.09% -6.10%
==========================================
Files 30 35 +5
Lines 2987 4279 +1292
==========================================
+ Hits 1738 2229 +491
- Misses 1149 1930 +781
- Partials 100 120 +20 ☔ View full report in Codecov by Sentry. |
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.
LGTM
c4c4c43
to
fc7e596
Compare
Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
665bd0a
to
b22046c
Compare
**Reason for Change**: Add delete and finalizer to RAGEngine **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: <!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next line. --> **Notes for Reviewers**: --------- Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com> Co-authored-by: Bangqi Zhu <bangqizhu@microsoft.com>
Reason for Change:
Add delete and finalizer to RAGEngine
Requirements
Issue Fixed:
Notes for Reviewers: