Skip to main content

VoyageAI

All functionality related to VoyageAI

VoyageAI Voyage AI builds embedding models, customized for your domain and company, for better retrieval quality.

Installation and Setup​

Install the integration package with

pip install langchain-voyageai

Get a VoyageAI API key and set it as an environment variable (VOYAGE_API_KEY)

Text Embedding Model​

See a usage example

from langchain_voyageai import VoyageAIEmbeddings
API Reference:VoyageAIEmbeddings

Reranking​

See a usage example

from langchain_voyageai import VoyageAIRerank
API Reference:VoyageAIRerank

Was this page helpful?


You can also leave detailed feedback on GitHub.