This package contains the LangChain integration with LangchainCompass
pip install -U langchain-compass
And you should configure credentials by setting the following environment variables:
Import this toolkit by
from langchain_compass.toolkits import LangchainCompassToolkit
Compass requires an API key for some features. You can set the key as an environment variable
OPENAI_API_KEY="<Your-Compass-API-KEY>"