You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/together
ccurme 1925bde32e
together: bump langchain-core (#22616)
langchain-together depends on langchain-openai ^0.1.8
langchain-openai 0.1.8 has langchain-core >= 0.2.2

Here we bump langchain-core to 0.2.2, just to pass minimum dependency
version tests.
3 months ago
..
langchain_together core, standard tests, partner packages: add test for model params (#21677) 4 months ago
scripts together: add chat models, use openai base (#21337) 4 months ago
tests infra: rm unused # noqa violations (#22049) 4 months ago
.gitignore together: package and embedding model (#14936) 9 months ago
LICENSE together: add chat models, use openai base (#21337) 4 months ago
Makefile together: add chat models, use openai base (#21337) 4 months ago
README.md together: add chat models, use openai base (#21337) 4 months ago
poetry.lock together: bump langchain-core (#22616) 3 months ago
pyproject.toml together: bump langchain-core (#22616) 3 months ago

README.md

langchain-together

This package contains the LangChain integrations for Together AI through their APIs.

Installation and Setup

  • Install the LangChain partner package
pip install -U langchain-together
  • Get your Together AI api key from the Together Dashboard and set it as an environment variable (TOGETHER_API_KEY)

Chat Completions

This package contains the ChatTogether class, which is the recommended way to interface with Together AI chat models.

ADD USAGE EXAMPLE HERE. Can we add this in the langchain docs?

NEED to add image endpoint + completions endpoint as well

Embeddings

See a usage example

Use togethercomputer/m2-bert-80M-8k-retrieval as the default model for embeddings.