-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Backport 2.x] [Feature] Support for Default Model Id #365
[Backport 2.x] [Feature] Support for Default Model Id #365
Conversation
* Support for default Model Id Signed-off-by: Varun Jain <[email protected]> * Support for Default Model id Signed-off-by: Varun Jain <[email protected]> * Support for default model Id Signed-off-by: Varun Jain <[email protected]> * Removing wildcard Imports Signed-off-by: Varun Jain <[email protected]> * Typo fix Signed-off-by: Varun Jain <[email protected]> * Integ test cases Signed-off-by: Varun Jain <[email protected]> * Fixing Integ Test case Signed-off-by: Varun Jain <[email protected]> * Addressing Comments Signed-off-by: Varun Jain <[email protected]> * Added Visitor test cases and addressed comments Signed-off-by: Varun Jain <[email protected]> * Comments Addressed of Jack Signed-off-by: Varun Jain <[email protected]> * Addressed changes requested by Martin Signed-off-by: Varun Jain <[email protected]> * Addressed changes requested by Martin Signed-off-by: Varun Jain <[email protected]> * Fixing test cases Signed-off-by: Varun Jain <[email protected]> * Increasing test coverage Signed-off-by: Varun Jain <[email protected]> * Renaming and addressing comments of Martin Signed-off-by: Varun Jain <[email protected]> * Addressing Comments of Navneet Signed-off-by: Varun Jain <[email protected]> * Updating tests Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
@vibrantvarun fix the gh actions |
@vibrantvarun please check if your PR for core has been backported to 2.x |
@martin-gaievski it is backported |
discussed with @vibrantvarun, so his PR in core got merged a week after core incremented 2.x version to 2.11. For his change to work we need to increment version in neural-search, that is typically done by auto-generated PR from infra script. |
Codecov Report
@@ Coverage Diff @@
## 2.x #365 +/- ##
============================================
- Coverage 84.57% 80.51% -4.07%
- Complexity 427 447 +20
============================================
Files 35 39 +4
Lines 1290 1411 +121
Branches 189 210 +21
============================================
+ Hits 1091 1136 +45
- Misses 118 187 +69
- Partials 81 88 +7
|
8d749b8
into
opensearch-project:2.x
Description
Backport 337 to 2.x
Issues Resolved
70
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.