Closed ojipadeson closed 4 months ago
Could you share a code snippet of what you run after setting the environment to show what you expect to be traced that isn't?
One thing we do not do is aggressively patch any model API you import - it has to either be a langchain object or something that's marked as being traced by the langsmith SDK (e.g., @traceable
, trace()
, or one of the wrappers like wrap_openai()
)
Seems like this is resolved?
I added environment variables to my code:
However, the results of the program are not visible on Langsmith
I'm running a langchain example of the open-source model qwen
Is there something I'm missing?