LibreChat, Azure and LangSmith #3055
Unanswered
aclem2payx
asked this question in
Q&A
Replies: 1 comment
-
I also don't get any tracing with the Azure OpenAI API as an endpoint. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR: Is anyone using LangSmith to capture traces from LibreChat running in an Azure Container App?
Details:
LangSmith 0.5
LibreChat 7.2
Behavior:
LangSmith is accepting traces from other LLM apps.
I can find no evidence of traces from LibreChat in the LangSmith logs.
LibreChat works great in all other respects, authorization, mongo integration and Azure APIM integration.
I can successfully curl LangSmith from the LibreChat container and I see the activity in LangSmith logs.
If I leave off the env var LANGCHAIN_CALLBACKS_BACKGROUND from the LibreChat container, I get a warning "Log: [WARN]: You have enabled LangSmith tracing without backgrounding callbacks." I take this as a good sign that the env vars are being 'seen', however no traces.
Ideas and thoughts from the community?
Beta Was this translation helpful? Give feedback.
All reactions