How to connect my n8n to LangSmith (for tracking)
hunyaochong
PROOP

a year ago

I have tried setting up the env var and also put in my API key, but the n8n project is still not showing up in LangSmith dashboard

$10 Bounty

1 Replies

harshaagrawal20
FREE

a year ago

  • Set LANGCHAIN_API_KEY and LANGCHAIN_PROJECT as environment variables in n8n.
  • Use LangchainTracer or langsmith in your n8n function nodes or scripts.
  • Confirm LangSmith is initialized correctly in your code.
  • Check for errors in n8n logs.
  • Ensure your API key has proper access to LangSmith.

Welcome!

Sign in to your Railway account to join the conversation.

Loading...