← All apps

Automate Voyage AI for free on Stepper

Voyage AI provides state-of-the-art embedding and reranking models optimised for retrieval-augmented generation (RAG) pipelines, semantic search, and document retrieval.

I want to integratewithSee how to connect Voyage AI to ...

Actions available for Voyage AI on Stepper

Create Text Embeddings

Generates vector embeddings for one or more text inputs using a Voyage AI embedding model. Returns an array of embedding vectors, one per input.

  • 6 parameters

Create Contextualized Embeddings

Generates contextualized chunk embeddings for document chunks using the voyage-context-3 model. Each chunk is embedded in the context of surrounding chunks from the same document, producing richer embeddings for RAG pipelines.

  • 4 parameters

Rerank Documents

Reranks a list of candidate documents by relevance to a query using a Voyage AI reranker model. Returns documents with relevance scores in descending order. Use after an initial retrieval step to improve result quality.

  • 6 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.