Skip to content

Commit 3bda091

Browse files
committedJan 25, 2025·
fix
1 parent 87c9d06 commit 3bda091

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎docs/observability/how_to_guides/tracing/trace_with_langgraph.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ If you are using LangChain modules within LangGraph, you only need to set a few
2222

2323
This guide will walk through a basic example. For more detailed information on configuration, see the [Trace With LangChain](./trace_with_langchain) guide.
2424

25-
### 0. Installation
25+
### 1. Installation
2626

2727
Install the LangGraph library and the OpenAI integration for Python and JS (we use the OpenAI integration for the code snippets below).
2828

2929
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/).
3030

3131
<LangGraphInstallationCodeTabs />
3232

33-
### 1. Configure your environment
33+
### 2. Configure your environment
3434

3535
<ConfigureLangChainEnvironmentCodeTabs />
3636

37-
### 2. Log a trace
37+
### 3. Log a trace
3838

3939
Once you've set up your environment, you can call LangChain runnables as normal.
4040
LangSmith will infer the proper tracing config:
@@ -53,17 +53,17 @@ If you do so, LangSmith will automatically nest traces from those wrapped method
5353

5454
Here's an example. You can also see this page for more information.
5555

56-
### 0. Installation
56+
### 1. Installation
5757

5858
Install the LangGraph library and the OpenAI SDK for Python and JS (we use the OpenAI integration for the code snippets below).
5959

6060
<LangGraphWithoutLangChainInstallationCodeTabs />
6161

62-
### 1. Configure your environment
62+
### 2. Configure your environment
6363

6464
<ConfigureLangChainEnvironmentCodeTabs />
6565

66-
### 2. Log a trace
66+
### 3. Log a trace
6767

6868
Once you've set up your environment, [wrap or decorate the custom functions/SDKs](./annotate_code#use-traceable--traceable) you want to trace.
6969
LangSmith will then infer the proper tracing config:

0 commit comments

Comments
 (0)
Please sign in to comment.