mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-07 11:58:41 +00:00
* Refactor ML section - local and remote models Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added command to calculate checksum Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add ONNX format to register API Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add sparse encoding predict example Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add API section Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Refactor the API section Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Typo Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Implemented Vale comments Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add get connector API Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Reword heading Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Addressed tech review comments Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Apply suggestions from code review Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
1.1 KiB
1.1 KiB
layout | title | has_children | nav_order | redirect_from | |
---|---|---|---|---|---|
default | Using ML models within OpenSearch | true | 50 |
|
Using ML models within OpenSearch
Generally available 2.9 {: .label .label-purple }
To integrate machine learning (ML) models into your OpenSearch cluster, you can upload and serve them locally. Choose one of the following options:
-
Pretrained models provided by OpenSearch: To learn more, see OpenSearch-provided pretrained models. For a list of supported models, see Supported pretrained models.
-
Custom models such as PyTorch deep learning models: To learn more, see Custom models.
GPU acceleration
For better performance, you can take advantage of GPU acceleration on your ML node. For more information, see GPU acceleration.