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 10a2ce2a26
together[patch]: use mixtral in standard integration tests (#25619)
Mistral 7B occasionally fails tool-calling tests. Updating to Mixtral
appears to improve this.
1 month ago
..
langchain_together together[patch]: update base url (#25524) 1 month ago
scripts patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014) 2 months ago
tests together[patch]: use mixtral in standard integration tests (#25619) 1 month ago
.gitignore together: package and embedding model (#14936) 9 months ago
LICENSE together: add chat models, use openai base (#21337) 5 months ago
Makefile infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
README.md together: add chat models, use openai base (#21337) 5 months ago
poetry.lock integrations[patch]: release model packages (#24900) 2 months ago
pyproject.toml integrations[patch]: release model packages (#24900) 2 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.