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:
Rerankingβ
See a usage example
from langchain_voyageai import VoyageAIRerank