Use LangSmith with SMS-iT Workflow#
LangSmith is a developer platform created by the LangChain team. You can connect your SMS-iT Workflow instance to LangSmith to record and monitor runs in SMS-iT Workflow, just as you can in a LangChain application.
Feature availability
Self-hosted SMS-iT Workflow only.
Connect your SMS-iT Workflow instance to LangSmith#
- Log in to LangSmith and get your API key.
-
Set the LangSmith environment variables:
Variable Value LANGCHAIN_ENDPOINT "https://api.smith.langchain.com"LANGCHAIN_TRACING_V2 trueLANGCHAIN_API_KEY Set this to your API key Set the variables so that they're available globally in the environment where you host your SMS-iT Workflow instance. You can do this in the same way as the rest of your general configuration. These aren't SMS-iT Workflow environment variables, so don't try to set them using the SMS-iT Workflow configuration file.
-
Restart SMS-iT Workflow.
For information on using LangSmith, refer to LangSmith's documentation.