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