Skip to content

feat: add Voyage AI embedder support#5526

Merged
kevinvandijk merged 7 commits intoKilo-Org:mainfrom
nubol23:feature/voyage-ai-embedder
Feb 13, 2026
Merged

feat: add Voyage AI embedder support#5526
kevinvandijk merged 7 commits intoKilo-Org:mainfrom
nubol23:feature/voyage-ai-embedder

Conversation

@nubol23
Copy link
Contributor

@nubol23 nubol23 commented Jan 29, 2026

Context

Added support for Voyage AI as an embedding provider for code indexing. They provide a specialized code model and cheap contextual embedding ones with good parallelization for faster ingestion.

Implementation

  • New Embedder: Created src/services/code-index/embedders/voyage.ts to implement the IEmbedder interface for the Voyage API.
  • Service Factory: Updated CodeIndexServiceFactory to handle initialization and validation of the Voyage embedder.
  • Configuration: Added VoyageOptions to the global configuration types to store the API key.
  • UI: Updated CodeIndexPopover.tsx to include Voyage in the provider dropdown and allow users to input their API key.
  • Testing: Added unit tests in service-factory.spec.ts.

Screenshots

before after
image image

How to Test

  1. Open the Code Indexing menu.
  2. Select Voyage AI from the "Embedder Provider" dropdown.
  3. Enter a valid Voyage API key.
  4. Index.
  5. Check your new collection in your vector DB and run some prompts.

Get in Touch

Discord: nubol23

@changeset-bot
Copy link

changeset-bot bot commented Jan 29, 2026

🦋 Changeset detected

Latest commit: 627d63b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@kevinvandijk kevinvandijk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @nubol23! Looks good. As a token of our appreciation I added some credits to your Kilo account!

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.

2 participants

Comments