-
Notifications
You must be signed in to change notification settings - Fork 64
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 schema for /_plugins/_knn/stats
, /_plugins/_knn/models/{model_id}
, _train
and _search
.
#708
Conversation
Changes AnalysisCommit SHA: af5f033 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12248211231/artifacts/2297447146 API Coverage
|
71d6f23
to
22ca2e8
Compare
/_plugins/_knn/stats
, /_plugins/_knn/models/{model_id}
, _train
and _search
.
Spec Test Coverage Analysis
|
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.
Hi everyone! I wanted to review a PR in Opensearch for the first time. Everything looks great, but I noticed a couple of things that I have encountered in my PRs.
f1f1010
to
9ba2c30
Compare
…l_id}`, `_train` and `_search`. Signed-off-by: dblock <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Description
Added schema for
/_plugins/_knn/stats
,/_plugins/_knn/models/{model_id}
,_train
and_search
.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.