langchain/libs/partners/voyageai
2024-10-15 16:26:38 +00:00
..
langchain_voyageai voyageai: new models (#26907) 2024-09-26 17:07:10 +00:00
scripts multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
tests multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
.gitignore
LICENSE
Makefile
poetry.lock voyageai: release 0.1.2 (#26512) 2024-09-16 03:11:15 +00:00
pyproject.toml multiple: rely on asyncio_mode auto in tests (#27200) 2024-10-15 16:26:38 +00:00
README.md

langchain-voyageai

This package contains the LangChain integrations for VoyageAI through their voyageai client package.

Installation and Setup

  • Install the LangChain partner package
pip install langchain-voyageai
  • Get an VoyageAI api key and set it as an environment variable (VOYAGE_API_KEY) or use the API key as a parameter in the Client.

Text Embedding Model

See a usage example

from langchain_voyageai import VoyageAIEmbeddings