Skip to content

Releases: voyage-ai/voyageai-python

v0.3.7

16 Dec 18:42
480795f

Choose a tag to compare

What's Changed

  • Allow user to specify a remote endpoint via the base_url argument

Full Changelog: v0.3.6...v0.3.7

v0.3.6

09 Dec 01:32
ddd52aa

Choose a tag to compare

What's Changed

  • Now creating new tenacity retrying objects every call #39
  • Add linter and formatter #40
  • Add video functionality for voyage-multimodal-3.5 support #43

Full Changelog: v0.3.5...v0.3.6

v0.3.5

11 Sep 00:27
092741f

Choose a tag to compare

What's Changed

  • [BugFix] prevent UnboundLocalError in retry mechanisms

Full Changelog: v0.3.4...v0.3.5

v0.3.4

22 Jul 21:56
cb4906e

Choose a tag to compare

What's Changed

  • [voyage-context-3] Support contextualized chunk embeddings

Full Changelog: v0.3.3...v0.3.4

v0.3.3

02 Jul 19:46
2291320

Choose a tag to compare

What's Changed

  • [Dependency] Add support for Python 3.13

Full Changelog: v0.3.2...v0.3.3

v0.3.2

03 Dec 00:33
012d16b

Choose a tag to compare

What's Changed

  • [Functionality] Add API params for supporting output quantization
  • [Multimodal] Minor bug fixes

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Nov 00:43
9ed100e

Choose a tag to compare

What's Changed

  • Fix minor image compression discrepancy in multimodal embeddings
  • Minor error message and input validation changes
  • Relax numpy dependency
  • Enforce single source of truth for version number

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Nov 01:08
19dda2e

Choose a tag to compare

What's Changed

  • Add support for Voyage multimodal embedding models (embed_multimodal in Client)
  • Add support for usage metrics for multimodal models (count_usage in Client)
  • Revise dependency versions, drop support for Python 3.8 and lower (EOL)

Full Changelog: v0.2.4...v0.3.0

v0.3.0rc0

01 Nov 18:20
2cf3e65

Choose a tag to compare

v0.3.0rc0 Pre-release
Pre-release

What's Changed

  • Add support for Voyage multimodal embedding models

v0.2.4

01 Nov 18:27

Choose a tag to compare

What's Changed

  • Improve compatibility with static type checkers