Skip to content

v2.23.1

Latest

Choose a tag to compare

@luk384090-cloud luk384090-cloud released this 18 Sep 04:40
9db8553

What's Changed

Features

  • MultiModalEmbeddingParam Parameter Enhancements (#273)
    Aligned with Python SDK by adding multiple explicit builder fields: dimension (output vector dimension), outputType, fps (video frame sampling rate), instruct (custom task instruction), enableFusion (fuse multiple contents into single vector), resLevel (resolution level), maxVideoFrames (max video frames). Resolves user-reported issue where dimension could not be set when calling Multimodal-Embedding for image vectorization (expected 1152 dimensions, not 1024). Generic .parameter(k, v) channel remains available and takes precedence, ensuring full backward compatibility.

  • Omni Model Video Parameter Rename (#274)
    Renamed the representation_compact parameter for input video in the Omni model.

Contributors

Full Changelog: v2.23.0...v2.23.1