langchain/libs/partners/voyageai
2024-11-01 20:35:55 +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 voyageai[patch]: init package (#19098) 2024-03-15 00:56:10 +00:00
LICENSE voyageai[patch]: init package (#19098) 2024-03-15 00:56:10 +00:00
Makefile standard-tests[patch]: add Ser/Des test 2024-09-04 10:24:06 -07:00
poetry.lock many: use core 0.3.15 (#27834) 2024-11-01 20:35:55 +00:00
pyproject.toml many: use core 0.3.15 (#27834) 2024-11-01 20:35:55 +00:00
README.md voyageai[patch]: init package (#19098) 2024-03-15 00:56:10 +00:00

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