Releases: awinml/voyage-embedders-haystack
Releases · awinml/voyage-embedders-haystack
v1.5.0
v1.4.0
v1.3.0
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
What's Changed
- Breaking Change:
VoyageDocumentEmbedder
andVoyageTextEmbedder
now accept themodel
parameter instead ofmodel_name
. - The embedders have been use the new
voyageai.Client.embed()
method instead of the deprecatedget_embedding
andget_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
What's Changed
- feat: Add new
input_type
parameter by @awinml in #15 - Add usage examples by @awinml in #16
- Fix PyPi information by @awinml in #9
- Update issue templates by @awinml in #11
- Update README by @awinml in #10
- Bump actions/setup-python from 4 to 5 by @dependabot in #12
Full Changelog: v0.1.2...v1.1.0
v0.1.2
v0.1.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #4
- Add
VoyageTextEmbedder
andVoyageDocumentEmbedder
by @awinml in #3
New Contributors
- @dependabot made their first contribution in #4
- @awinml made their first contribution in #3
Full Changelog: https://github.com/awinml/voyage-embedders-haystack/commits/v0.1.1
v0.1.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #4
- Add
VoyageTextEmbedder
andVoyageDocumentEmbedder
by @awinml in #3
New Contributors
- @dependabot made their first contribution in #4
- @awinml made their first contribution in #3
Full Changelog: https://github.com/awinml/voyage-embedders-haystack/commits/v0.1.0