-
Notifications
You must be signed in to change notification settings - Fork 509
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 inference ingest processor documentation #7095
Conversation
Signed-off-by: Mingshi Liu <[email protected]>
Thanks so much, @mingshl! Do you need a tech review or is it ready for doc review? In the meantime, can you please see if you can address some of the Vale style errors? |
|
||
**Step 1: Create a pipeline.** | ||
|
||
The following example request creates an ingest pipeline where the model requires an `input` field and produces a `data` field in the prediction task and the document has a `passage_text` field, which will be converted into text embeddings and the embeddings will be stored in `passage_embedding` field. |
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.
Suggest create a model with one of our blueprints https://github.com/opensearch-project/ml-commons/tree/2.x/docs/remote_inference_blueprints, that will make it easier for user to create connector and model and try the ml_inference example below
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.
will link with the tutorial and starting from creating connector, creating model, deploying model, creating index and upload documents.
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.
@mingshl Have you added the tutorial? Once it's added, please tag me for the doc review. I'll also move it forward into editorial review.
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.
not yet. will create seperate PRs for the tutorials. I think this Pr is ready to merge/ Thanks @vagimeli
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.
@mingshl It's going through editorial and then I'll merge once editor approves. Thank you.
Signed-off-by: Mingshi Liu <[email protected]>
@hdhalter addressed Vale style error. It's ready for tech review. Thanks! |
Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
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.
Doc review complete, with some edits for clarity and style guide compliance. Moving to editorial review.
Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: Mingshi Liu <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: Mingshi Liu <[email protected]>
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.
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Description
Add ml inference ingest processor documentation
Issues Resolved
Closes #7041
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.