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
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
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.