Skip to content

Commit

Permalink
Add section for LANGCHAIN_TRACING_SAMPLING_RATE to env vars page. (#1760
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andrewnguonly authored Sep 18, 2024
1 parent 4ba803b commit d4ba315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/cloud/reference/env_var.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The LangGraph Cloud API supports specific environment variables for configuring a deployment.

## `LANGCHAIN_TRACING_SAMPLING_RATE`

Sampling rate for traces sent to LangSmith. Valid values: Any float between `0` and `1`.

See <a href="https://docs.smith.langchain.com/how_to_guides/tracing/sample_traces" target="_blank">LangSmith documentation</a> for more details.

## `LANGGRAPH_AUTH_TYPE`

Type of authentication for the LangGraph Cloud API deployment. Valid values: `langsmith`, `noop`.
Expand Down

0 comments on commit d4ba315

Please sign in to comment.