Open baskaryan opened 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
langsmith-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 29, 2024 10:56pm |
pr doesn't touch:
LANGCHAIN_TEST_TRACKING
LANGCHAIN_TEST_CACHE
LANGCHAIN_HUB_API_KEY
LANGCHAIN_HIDE_INPUTS
LANGCHAIN_HIDE_OUTPUTS
LANGCHAIN_TRACING_SAMPLING_RATE
LANGCHAIN_HUB_API_URL
imo these should also be updated to use LANGSMITH prefix but seems like bigger change?
It looks like LANGSMITH_ENDPOINT
, LANGSMITH_API_KEY
, and LANGSMITH_PROJECT
aren't in JS 😬
LANGSMITH_TRACING
is at least.
I would change in the SDK first, let it bake a while, then change docs later
The changes in the SDK should bw-compat, the older env vars should still be respected
Updates:
not sure all of these actually work across py and js