Skip to content

Commit f3d2f3a

Browse files
committed
fix
1 parent 358f90c commit f3d2f3a

File tree

10 files changed

+96
-20
lines changed

10 files changed

+96
-20
lines changed

docs/administration/how_to_guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How-to guides
1+
# Administration how-to guides
22

33
Step-by-step guides that cover key tasks and operations in LangSmith.
44

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tutorials
2+
3+
New to LangSmith or to LLM app development in general? Read this material to quickly get up and running.
4+
5+
- [Optimize tracing spend on LangSmith](../../tutorials/Administrators/manage_spend)

docs/evaluation/how_to_guides/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Evaluation how-to guides
22

3+
Step-by-step guides that cover key tasks and operations for doing evaluating and testing your applications in LangSmith.
4+
35
## Evaluation SDK & API
46

57
Write evaluations to test and improve your application.
@@ -28,7 +30,7 @@ Set up auto-evaluators that LangSmith will automatically run on your experiments
2830

2931
Set up evaluations to run on incoming traces to understand your application's behavior in production.
3032

31-
- [Set up online evaluations](./how_to_guides/monitoring/online_evaluations)
33+
- [Set up online evaluations](../../observability/how_to_guides/monitoring/online_evaluations)
3234
- [Create few-shot evaluators](./how_to_guides/evaluation/create_few_shot_evaluators)
3335

3436
## Experiments

docs/evaluation/tutorials/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Evaluation tutorials
2+
3+
New to LangSmith or to LLM app development in general? Read this material to quickly get up and running.
4+
5+
- [Evaluate your LLM application](../../tutorials/Developers/evaluation)
6+
- [RAG Evaluations](../../tutorials/Developers/rag)
7+
- [Backtesting](../../tutorials/Developers/backtesting)
8+
- [Agent Evaluations](../../tutorials/Developers/agents)

docs/observability/how_to_guides/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Observability how-to guides
22

3+
Step-by-step guides that cover key tasks and operations for adding observability to your LLM applications with LangSmith.
4+
5+
36
## Tracing configuration
47

58
Set up LangSmith tracing to get visibility into your production applications.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Observability tutorials
2+
3+
New to LangSmith or to LLM app development in general? Read this material to quickly get up and running.
4+
5+
- [Add observability to your LLM application](../../tutorials/Developers/observability)

docs/prompt_engineering/how_to_guides/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Prompt engineering how-to guides
22

3+
Step-by-step guides that cover key tasks and operations for doing prompt engineering LangSmith.
4+
35
## Prompt hub
46

57
Organize and manage prompts in LangSmith to streamline your LLM development workflow.
68

79
- [Create a prompt](./how_to_guides/prompts/create_a_prompt)
810
- [Update a prompt](./how_to_guides/prompts/update_a_prompt)
911
- [Manage prompts programmatically](./how_to_guides/prompts/manage_prompts_programatically)
10-
- [Use prompt tags](./how_to_guides/prompts/prompt_tags)
1112
- [LangChain Hub](./how_to_guides/prompts/langchain_hub)
1213

1314
## Playground
@@ -22,4 +23,4 @@ Quickly iterate on prompts and models in the LangSmith Playground.
2223

2324
Use LangSmith datasets to serve few shot examples to your application
2425

25-
- [Index a dataset for few shot example selection](./how_to_guides/datasets/index_datasets_for_dynamic_few_shot_example_selection)
26+
- [Index a dataset for few shot example selection](../../evaluation/how_to_guides/datasets/index_datasets_for_dynamic_few_shot_example_selection)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Prompt engineering tutorials
2+
3+
New to LangSmith or to LLM app development in general? Read this material to quickly get up and running.
4+
5+
- [Optimize a classifier](../../tutorials/Developers/optimize_classifier)

docs/tutorials/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# Tutorials
22

3-
New to LangSmith? This is the place to start. Here, you'll find a hands-on introduction to key LangSmith workflows.
3+
New to LangSmith or to LLM app development in general? Read this material to quickly get up and running.
44

5-
## Developers
5+
## Observability
66

77
- [Add observability to your LLM application](./tutorials/Developers/observability)
8+
9+
## Evaluation
10+
811
- [Evaluate your LLM application](./tutorials/Developers/evaluation)
9-
- [Optimize a classifier](./tutorials/Developers/optimize_classifier)
1012
- [RAG Evaluations](./tutorials/Developers/rag)
1113
- [Backtesting](./tutorials/Developers/backtesting)
1214
- [Agent Evaluations](./tutorials/Developers/agents)
1315

14-
## Administrators
16+
## Prompt Engineering
17+
18+
- [Optimize a classifier](./tutorials/Developers/optimize_classifier)
19+
20+
## Administration
1521

16-
- [Optimize tracing spend on LangSmith](./tutorials/Administrators/manage_spend)
22+
- [Optimize tracing spend on LangSmith](./tutorials/Administrators/manage_spend)

sidebars.js

Lines changed: 52 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ module.exports = {
2222
// By default, Docusaurus generates a sidebar from the docs folder structure
2323
sidebar: [
2424
"index",
25-
{
26-
type: "category",
27-
label: "Tutorials",
28-
items: [
29-
{
30-
type: "autogenerated",
31-
dirName: "tutorials",
32-
},
33-
],
34-
link: { type: "doc", id: "tutorials/index" },
35-
},
3625
{
3726
type: "category",
3827
label: "Observability",
@@ -63,6 +52,19 @@ module.exports = {
6352
],
6453
link: { type: "doc", id: "observability/how_to_guides/index" },
6554
},
55+
{
56+
type: "category",
57+
label: "Tutorials",
58+
collapsible: false,
59+
items: [
60+
{
61+
type: "autogenerated",
62+
dirName: "observability/tutorials",
63+
className: "hidden",
64+
},
65+
],
66+
link: { type: "doc", id: "observability/tutorials/index" },
67+
},
6668
],
6769
link: { type: "doc", id: "observability/concepts/index" },
6870
},
@@ -96,6 +98,19 @@ module.exports = {
9698
],
9799
link: { type: "doc", id: "evaluation/how_to_guides/index" },
98100
},
101+
{
102+
type: "category",
103+
label: "Tutorials",
104+
collapsible: false,
105+
items: [
106+
{
107+
type: "autogenerated",
108+
dirName: "evaluation/tutorials",
109+
className: "hidden",
110+
},
111+
],
112+
link: { type: "doc", id: "evaluation/tutorials/index" },
113+
},
99114
],
100115
link: { type: "doc", id: "evaluation/concepts/index" },
101116
},
@@ -129,6 +144,19 @@ module.exports = {
129144
],
130145
link: { type: "doc", id: "prompt_engineering/how_to_guides/index" },
131146
},
147+
{
148+
type: "category",
149+
label: "Tutorials",
150+
collapsible: false,
151+
items: [
152+
{
153+
type: "autogenerated",
154+
dirName: "prompt_engineering/tutorials",
155+
className: "hidden",
156+
},
157+
],
158+
link: { type: "doc", id: "prompt_engineering/tutorials/index" },
159+
},
132160
],
133161
link: { type: "doc", id: "prompt_engineering/concepts/index" },
134162
},
@@ -163,6 +191,19 @@ module.exports = {
163191
],
164192
link: { type: "doc", id: "administration/how_to_guides/index" },
165193
},
194+
{
195+
type: "category",
196+
label: "Tutorials",
197+
collapsible: false,
198+
items: [
199+
{
200+
type: "autogenerated",
201+
dirName: "administration/tutorials",
202+
className: "hidden",
203+
},
204+
],
205+
link: { type: "doc", id: "administration/tutorials/index" },
206+
},
166207
"administration/pricing",
167208
],
168209
link: { type: "doc", id: "administration/concepts/index" },

0 commit comments

Comments
 (0)