Milvus-model

Latest version: v0.2.11

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.5

What's Changed
* fix: Add user-friendly message for BGE-M3 users on Google Colab. by wxywb in https://github.com/milvus-io/milvus-model/pull/33

Summarization
Add an error hint for BGE-M3 users on Google Colab.

**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.2.4...v0.2.5

0.2.4

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

0.2.3

What's Changed
* feat: Add CohereEmbeddingFunction. by wxywb in https://github.com/milvus-io/milvus-model/pull/23
* fix: Convert cohere embedding to np.float32 by wxywb in https://github.com/milvus-io/milvus-model/pull/24
* Remove the specific version of protobuf.
* Change output of BM25EmbeddingFunction to np.float32.

**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* Use onnx as default embedding function.
* Decouple model dependencies, installing them as needed.


**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Fix BGERerankFunction call return type. by muazhari in https://github.com/milvus-io/milvus-model/pull/14
* feat: add JinaAI embedding and reranker models by JoanFM in https://github.com/milvus-io/milvus-model/pull/16
* Bugfixes by wxywb in https://github.com/milvus-io/milvus-model/pull/18
- Fix loading bm25 config on Windows.
- Convert sparse model output to csr_array explicitly.
- Upgrade protobuf version to 3.20.2.
* feat: Change BGE M3 to use float32 as return by default. by wxywb in https://github.com/milvus-io/milvus-model/pull/19

New Contributors
* muazhari made their first contribution in https://github.com/milvus-io/milvus-model/pull/14
* JoanFM made their first contribution in https://github.com/milvus-io/milvus-model/pull/16

**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Add several rerankers to improve search accuracy and relevance.
**BGERerankFunction**
**CohereRerankFunction**
**CrossEncoderRerankFunction**
**VoyageRerankFunction**
* BGEM3EmbeddingFunction now can load the local model from folder path.
* Optimize SpladeEmbeddingFunction implementation and reduce memory footprint when inferencing.


**Full Changelog**: https://github.com/milvus-io/milvus-model/compare/v0.1.0...0.2.0

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.