Skip to content

v0.2.4

Compare
Choose a tag to compare
@wxywb wxywb released this 16 Aug 11:09
· 14 commits to main since this release
66a3d9a

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

Full Changelog: v0.2.3...v0.2.4