opensearch-project / ml-commons

ml-commons provides a set of common machine learning algorithms, e.g. k-means, or linear regression, to help developers build ML related features within OpenSearch.
Apache License 2.0
97 stars 135 forks source link

[Doc] Add bedrock multimodal default pre/post process functions #3060

Open ylwu-amzn opened 1 month ago

ylwu-amzn commented 1 month ago

We have built-in pre-process function for bedrock multi-modal model connector.pre_process.bedrock.multimodal_embedding since OS 2.16 Post process function: connector.post_process.bedrock.embedding

Need to tune current doc to add these.

  1. titan Multimodal blueprint - https://github.com/opensearch-project/ml-commons/blob/main/docs/remote_inference_b[…]rints/bedrock_connector_titan_multimodal_embedding_blueprint.md
  2. Supported connectors table is missing titan multimodal embeddings
mingshl commented 1 week ago

we need to add the documentation website repo for the 2 point. @zane-neo will you like to take this one? then we can close the issue