You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/observability/how_to_guides/tracing/trace_with_langgraph.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ If you are using LangChain modules within LangGraph, you only need to set a few
22
22
23
23
This guide will walk through a basic example. For more detailed information on configuration, see the [Trace With LangChain](./trace_with_langchain) guide.
24
24
25
-
### 0. Installation
25
+
### 1. Installation
26
26
27
27
Install the LangGraph library and the OpenAI integration for Python and JS (we use the OpenAI integration for the code snippets below).
28
28
29
29
For a full list of packages available, see the [LangChain Python docs](https://python.langchain.com/docs/integrations/platforms/) and [LangChain JS docs](https://js.langchain.com/docs/integrations/platforms/).
30
30
31
31
<LangGraphInstallationCodeTabs />
32
32
33
-
### 1. Configure your environment
33
+
### 2. Configure your environment
34
34
35
35
<ConfigureLangChainEnvironmentCodeTabs />
36
36
37
-
### 2. Log a trace
37
+
### 3. Log a trace
38
38
39
39
Once you've set up your environment, you can call LangChain runnables as normal.
40
40
LangSmith will infer the proper tracing config:
@@ -53,17 +53,17 @@ If you do so, LangSmith will automatically nest traces from those wrapped method
53
53
54
54
Here's an example. You can also see this page for more information.
55
55
56
-
### 0. Installation
56
+
### 1. Installation
57
57
58
58
Install the LangGraph library and the OpenAI SDK for Python and JS (we use the OpenAI integration for the code snippets below).
59
59
60
60
<LangGraphWithoutLangChainInstallationCodeTabs />
61
61
62
-
### 1. Configure your environment
62
+
### 2. Configure your environment
63
63
64
64
<ConfigureLangChainEnvironmentCodeTabs />
65
65
66
-
### 2. Log a trace
66
+
### 3. Log a trace
67
67
68
68
Once you've set up your environment, [wrap or decorate the custom functions/SDKs](./annotate_code#use-traceable--traceable) you want to trace.
69
69
LangSmith will then infer the proper tracing config:
0 commit comments