Skip to content

feat: Updating the voyageai integration - #809

Closed
fzowl wants to merge 4 commits into
Cinnamon:mainfrom
fzowl:feat/embedding-model-voyage-4-family
Closed

feat: Updating the voyageai integration#809
fzowl wants to merge 4 commits into
Cinnamon:mainfrom
fzowl:feat/embedding-model-voyage-4-family

Conversation

@fzowl

@fzowl fzowl commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Description

Updating the voyageai integration

Type of change

  • New features (non-breaking change).
  • Bug fix (non-breaking change).
  • Breaking change (fix or feature that would cause existing functionality not to work as expected).

Checklist

  • I have performed a self-review of my code.
  • I have added thorough tests if it is a core feature.
  • There is a reference to the original bug report and related work.
  • I have commented on my code, particularly in hard-to-understand areas.
  • The feature is well documented.

@fzowl fzowl changed the title Updating the voyageai integration feat: Updating the voyageai integration Jan 31, 2026
fzowl added 2 commits February 1, 2026 01:41
Fixing(?) an existing issue (test_promptui.py)
Token-aware batching calls Client.tokenize, which downloads a tokenizer
from the HuggingFace hub. The unit tests only mocked .embed, so in CI the
tokenize call hit the network (and undefined repos for voyage-4 models),
failing all voyage embedding unit tests on python 3.10/3.11. Patch
tokenize with an offline stub.
@fzowl fzowl closed this Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant