An integration package connecting Together AI and LangChain


License
MIT
Install
pip install langchain-together==0.2.0

Documentation

🦜️🔗 LangChain Together

This repository contains 1 package with Together integrations with LangChain:

Setup for Testing

cd libs/together
poetry install --with lint,typing,test,test_integration,

Running the Unit Tests

cd libs/together
make tests

Running the Integration Tests

cd libs/together
export TOGETHER_API_KEY=<your-api-key>
make integration_tests