Skip to content

Voyage Embeddings

Leverage Voyage AI to create embeddings.

Converts text into vector embeddings using a Voyage AI embeddings model.

Connect this to indexer or RAG nodes when you need to create embeddings for semantic search and retrieval using Voyage AI.

SettingNotes
ModelThe embeddings model to use. Placeholder: voyage-large-2.
AuthenticationCredential field. Use your Voyage API key.

Returns an embeddings dependency for vector stores and retrieval workflows.

  • Requires an Authentication credential (Voyage API key).

Connect Voyage Embeddings to an AI agent or dependency input that accepts this dependency type, then run the agent with data from previous nodes.

  • Check that the Model field is set — the node throws an error if it is empty.
  • Verify the Voyage API key credential is valid.
  • If it calls an external service, verify credentials, permissions, and rate limits.
  • No dedicated source test was found next to this node; verify behavior manually when changing this page.