-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add description for VectorDBTool and remove json parsing for RAGTool #121
Conversation
Signed-off-by: Mingshi Liu <[email protected]>
I see some test failure
|
@ylwu-amzn can you please help rerunning the test? I don't see error in local build |
sure, reran it |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
============================================
- Coverage 81.23% 80.82% -0.42%
Complexity 193 193
============================================
Files 13 13
Lines 975 975
Branches 130 130
============================================
- Hits 792 788 -4
- Misses 133 137 +4
Partials 50 50 ☔ View full report in Codecov by Sentry. |
…121) Signed-off-by: Mingshi Liu <[email protected]> (cherry picked from commit c81746e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…121) (#124) (cherry picked from commit c81746e) Signed-off-by: Mingshi Liu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…pensearch-project#121) (opensearch-project#124) (cherry picked from commit c81746e) Signed-off-by: Mingshi Liu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: yuye-aws <[email protected]>
Description
Add description for VectorDBTool and remove json parsing for RAGTool
To avoid special characters in parsing the questions from users, removing the json parsing to allow more flexibilities from users' questions.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.