How to specify the LangSmith project name for each Chain?
According the LangSmith documentation you need to set the LANGCHAIN_PROJECT
environment variable to specify the project name in langsmith.
Langsmith: doesn’t show actual llm calls
I run a pretty simple scenario with langchain:
Is there an ability to hide inputs & outputs when using LangSmith with LangChain?
I’m looking to apply this approach to my LangChain chains, but I can only find documentation for how to toggle tracing on/off selectively.