Skip to content
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 ML connector edits #4636

Merged
merged 22 commits into from
Aug 10, 2023
Merged

Add ML connector edits #4636

merged 22 commits into from
Aug 10, 2023

Conversation

Naarcha-AWS
Copy link
Collaborator

  • Adds information about integrator.
  • Separates integrator settings from connection settings.
  • Adds links to blueprints.
  • Addresses additional technical feedback.

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Naarcha-AWS <[email protected]>
_ml-commons-plugin/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/connectors.md Outdated Show resolved Hide resolved
Co-authored-by: Yaliang Wu <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
@Naarcha-AWS Naarcha-AWS added 4 - Doc review PR: Doc review in progress and removed 3 - Tech review PR: Tech review in progress labels Aug 10, 2023
Copy link
Contributor

@hdhalter hdhalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't speak to the content from a technical standpoint, but here are a few wording suggestions.

_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/connectors.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/connectors.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Naarcha-AWS Nice job :-) Let me know if you have any questions. Thanks!

_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/blueprints.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/index.md Outdated Show resolved Hide resolved

### Node settings

Remote models based on external connectors consume less resources. Therefore, you can deploy any model from a standalone connector using data nodes. To make sure that your standalone connection uses data nodes, set `plugins.ml_commons.only_run_on_ml_node` to `false`, as shown in the following example:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use "fewer" if the noun is countable and "less" if it isn't. Fewer cars, less traffic.

_ml-commons-plugin/extensibility/index.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/index.md Outdated Show resolved Hide resolved
_ml-commons-plugin/extensibility/index.md Outdated Show resolved Hide resolved
@Naarcha-AWS Naarcha-AWS added 5 - Editorial review PR: Editorial review in progress and removed 4 - Doc review PR: Doc review in progress labels Aug 10, 2023
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Naarcha-AWS Naarcha-AWS merged commit 62ab741 into main Aug 10, 2023
@Naarcha-AWS Naarcha-AWS deleted the last-minute-ml-updates branch August 10, 2023 19:55
@Naarcha-AWS Naarcha-AWS added the backport 2.9 PR: Backport label for 2.9 label Aug 10, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 10, 2023
* Add ML connector edits

Signed-off-by: Naarcha-AWS <[email protected]>

* Change integrators to blueprints

Signed-off-by: Naarcha-AWS <[email protected]>

* Add PM feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Change connector names

Signed-off-by: Naarcha-AWS <[email protected]>

* Add note about which parameters are relevant to admins.

Signed-off-by: Naarcha-AWS <[email protected]>

* Make seperation between personas more clear

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix typo

Signed-off-by: Naarcha-AWS <[email protected]>

* Add technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Breakout connectors and blueprints into two pages.

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix blueprint links

Signed-off-by: Naarcha-AWS <[email protected]>

* Address additional technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Yaliang Wu <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Add Doc review

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit 62ab741)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Naarcha-AWS pushed a commit that referenced this pull request Aug 10, 2023
* Add ML connector edits



* Change integrators to blueprints



* Add PM feedback



* Change connector names



* Add note about which parameters are relevant to admins.



* Make seperation between personas more clear



* Fix typo



* Add technical feedback



* Breakout connectors and blueprints into two pages.



* Fix blueprint links



* Address additional technical feedback



* Apply suggestions from code review




* Apply suggestions from code review




* Add Doc review



* Apply suggestions from code review




* Apply suggestions from code review




* Apply suggestions from code review



---------






(cherry picked from commit 62ab741)

Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Naarcha-AWS <[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>
Co-authored-by: Yaliang Wu <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
harshavamsi pushed a commit to harshavamsi/documentation-website that referenced this pull request Oct 31, 2023
* Add ML connector edits

Signed-off-by: Naarcha-AWS <[email protected]>

* Change integrators to blueprints

Signed-off-by: Naarcha-AWS <[email protected]>

* Add PM feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Change connector names

Signed-off-by: Naarcha-AWS <[email protected]>

* Add note about which parameters are relevant to admins.

Signed-off-by: Naarcha-AWS <[email protected]>

* Make seperation between personas more clear

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix typo

Signed-off-by: Naarcha-AWS <[email protected]>

* Add technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Breakout connectors and blueprints into two pages.

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix blueprint links

Signed-off-by: Naarcha-AWS <[email protected]>

* Address additional technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Yaliang Wu <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Add Doc review

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
vagimeli pushed a commit that referenced this pull request Dec 21, 2023
* Add ML connector edits

Signed-off-by: Naarcha-AWS <[email protected]>

* Change integrators to blueprints

Signed-off-by: Naarcha-AWS <[email protected]>

* Add PM feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Change connector names

Signed-off-by: Naarcha-AWS <[email protected]>

* Add note about which parameters are relevant to admins.

Signed-off-by: Naarcha-AWS <[email protected]>

* Make seperation between personas more clear

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix typo

Signed-off-by: Naarcha-AWS <[email protected]>

* Add technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Breakout connectors and blueprints into two pages.

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix blueprint links

Signed-off-by: Naarcha-AWS <[email protected]>

* Address additional technical feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Yaliang Wu <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Add Doc review

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Editorial review PR: Editorial review in progress backport 2.9 PR: Backport label for 2.9 v2.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants