milvus-io / milvus-model

The embedding/reranking model zoo help user to convert their unstructured data into embeddings
Apache License 2.0
22 stars 17 forks source link

refactor: support jina embeddings v3 #39

Closed makram93 closed 2 months ago

makram93 commented 2 months ago

This PR should allow pymilvus to support `jina-embeddings-v3:

with 2 additional fields:

task: to properly load adapters dimensions: allow the user to truncate dimension with MRL.

This PR is the continuation of https://github.com/milvus-io/milvus-model/pull/38 and we can close that.