What's Changed
* feat: Add MistralEmbeddingFunction, NomicEmbeddingFunction and VertexAIEmbeddingFunction by reina-w in https://github.com/milvus-io/milvus-model/pull/26
* feat: Add mGTE embedding function. by wxywb in https://github.com/milvus-io/milvus-model/pull/27
* Update code to use csr_matrix and np.float64 for sparse vectors by alesaccoia in https://github.com/milvus-io/milvus-model/pull/28
* feat: Add nomic and mistralai depencencies, remove the vertexai tempo… by wxywb in https://github.com/milvus-io/milvus-model/pull/29
* Add instructor embedding and update Mistral embedding. by wxywb in https://github.com/milvus-io/milvus-model/pull/30
* fix: Fix normalize embedding, Mistral's client API, changes BM25 default worker num to 1. by wxywb in https://github.com/milvus-io/milvus-model/pull/31
Summarization
- Add MistralEmbeddingFunction, NomicEmbeddingFunction, MGTEEmbeddingFunction, InstructorEmbeddingFunction
- Fix 1d sparse embedding stacking. https://github.com/milvus-io/milvus-model/issues/25
- Fix SentenceTransformer normalization.
- Change BM25 default worker num from cpu_count() to 1.
New Contributors
* reina-w made their first contribution in https://github.com/milvus-io/milvus-model/pull/26
* alesaccoia made their first contribution in https://github.com/milvus-io/milvus-model/pull/28
**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.2.3...v0.2.4