Skip to content

Releases: awinml/voyage-embedders-haystack

v1.5.0

22 Jan 11:56
590aca1
Compare
Choose a tag to compare

What's Changed

  • Bump minimum required python version to 3.9 by @awinml in #32
  • feat: Add output_dimensions and output_dtype parameters by @awinml in #33
  • feat: Adding VoyageAI reranker by @fzowl in #31

New Contributors

  • @fzowl made their first contribution in #31

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Jul 18:55
493127f
Compare
Choose a tag to compare

What's Changed

  • feat: Add timeout and max_retries parameters by @awinml in #30

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Mar 20:55
8428df6
Compare
Choose a tag to compare

What's Changed

Breaking Change: The import path for the embedders has been changed to haystack_integrations.components.embedders.voyage_embedders.

Please replace all instances of
from voyage_embedders.voyage_document_embedder import VoyageDocumentEmbedder and
from voyage_embedders.voyage_text_embedder import VoyageTextEmbedder with:

from haystack_integrations.components.embedders.voyage_embedders import VoyageDocumentEmbedder, VoyageTextEmbedder

The embedders now use the Haystack Secret API for authentication. For more information please see the Secret Management Documentation.

  • chore: Schedule daily workflow run by @awinml in #26
  • chore: Update examples with new pipeline.connect() API by @awinml in #28
  • feat!: Update embedders to use new Secret API by @awinml in #29

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Feb 11:14
030af02
Compare
Choose a tag to compare

What's Changed

  • Breaking Change: VoyageDocumentEmbedder and VoyageTextEmbedder now accept the model parameter instead of model_name.
  • The embedders have been use the new voyageai.Client.embed() method instead of the deprecated get_embedding and get_embeddings methods of the global namespace.
  • Support for the new truncate parameter has been added.
  • Default embedding model has been changed to "voyage-2" from the deprecated "voyage-01".
  • The embedders now return the total number of tokens used as part of the "total_tokens" in the metadata.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Dec 16:15
97830b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v1.1.0

v0.1.2

16 Nov 11:32
4586463
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Nov 10:55
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #4
  • Add VoyageTextEmbedder and VoyageDocumentEmbedder by @awinml in #3

New Contributors

Full Changelog: https://github.com/awinml/voyage-embedders-haystack/commits/v0.1.1

v0.1.0

16 Nov 10:40
e0b7c21
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #4
  • Add VoyageTextEmbedder and VoyageDocumentEmbedder by @awinml in #3

New Contributors

Full Changelog: https://github.com/awinml/voyage-embedders-haystack/commits/v0.1.0