-
Notifications
You must be signed in to change notification settings - Fork 36
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
Added conversation search default use case with RAG tool #732
Added conversation search default use case with RAG tool #732
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
============================================
+ Coverage 74.35% 74.42% +0.07%
Complexity 744 744
============================================
Files 84 84
Lines 3822 3813 -9
Branches 333 330 -3
============================================
- Hits 2842 2838 -4
+ Misses 825 823 -2
+ Partials 155 152 -3 ☔ View full report in Codecov by Sentry. |
34ca587
to
dc035e9
Compare
Please merge this after @amitgalitz has taken a look. |
...in/resources/substitutionTemplates/conversational-search-with-bedrock-rag-tool-template.json
Outdated
Show resolved
Hide resolved
...in/resources/substitutionTemplates/conversational-search-with-bedrock-rag-tool-template.json
Show resolved
Hide resolved
Signed-off-by: owaiskazi19 <[email protected]>
dc035e9
to
d365996
Compare
Added conversation search use case with RAG tool Signed-off-by: owaiskazi19 <[email protected]> (cherry picked from commit 9704727) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ol (#735) Added conversation search default use case with RAG tool (#732) Added conversation search use case with RAG tool (cherry picked from commit 9704727) Signed-off-by: owaiskazi19 <[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>
Description
Added conversation search default use case with RAG tool
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.