1
+ {
2
+ "sidebar" : [
3
+ " index" ,
4
+ " user_guide" ,
5
+ {
6
+ "type" : " category" ,
7
+ "label" : " Tracing" ,
8
+ "collapsed" : true ,
9
+ "collapsible" : true ,
10
+ "items" : [{ "type" : " autogenerated" , "dirName" : " tracing" }],
11
+ "link" : {
12
+ "type" : " doc" ,
13
+ "id" : " tracing/index"
14
+ }
15
+ },
16
+ {
17
+ "type" : " category" ,
18
+ "label" : " Evaluation" ,
19
+ "collapsed" : true ,
20
+ "collapsible" : true ,
21
+ "items" : [{ "type" : " autogenerated" , "dirName" : " evaluation" }],
22
+ "link" : {
23
+ "type" : " doc" ,
24
+ "id" : " evaluation/index"
25
+ }
26
+ },
27
+ {
28
+ "type" : " category" ,
29
+ "label" : " Production Monitoring & Automations" ,
30
+ "collapsed" : true ,
31
+ "collapsible" : true ,
32
+ "items" : [{ "type" : " autogenerated" , "dirName" : " monitoring" }],
33
+ "link" : {
34
+ "type" : " doc" ,
35
+ "id" : " monitoring/index"
36
+ }
37
+ },
38
+ {
39
+ "type" : " category" ,
40
+ "label" : " Prompt Hub" ,
41
+ "collapsed" : true ,
42
+ "collapsible" : true ,
43
+ "items" : [{ "type" : " autogenerated" , "dirName" : " hub" }],
44
+ "link" : {
45
+ "type" : " generated-index" ,
46
+ "description" : " Discover, share, and version control prompts in the Prompt Hub."
47
+ }
48
+ },
49
+ {
50
+ "type" : " category" ,
51
+ "label" : " Proxy" ,
52
+ "collapsed" : true ,
53
+ "collapsible" : true ,
54
+ "items" : [{ "type" : " autogenerated" , "dirName" : " proxy" }],
55
+ "link" : {
56
+ "type" : " generated-index" ,
57
+ "description" : " Proxy your LLM calls to automatically Cache and Trace."
58
+ }
59
+ },
60
+ " pricing" ,
61
+ {
62
+ "type" : " category" ,
63
+ "label" : " Self-Hosting" ,
64
+ "collapsed" : true ,
65
+ "collapsible" : true ,
66
+ "items" : [{ "type" : " autogenerated" , "dirName" : " self_hosting" }],
67
+ "link" : {
68
+ "type" : " generated-index" ,
69
+ "description" : " Self-hosting LangSmith requires an enterprise license. Check out the guides below for more information."
70
+ }
71
+ },
72
+ {
73
+ "type" : " category" ,
74
+ "label" : " Cookbook" ,
75
+ "collapsed" : true ,
76
+ "collapsible" : true ,
77
+ "items" : [{ "type" : " autogenerated" , "dirName" : " cookbook" }],
78
+ "link" : {
79
+ "type" : " generated-index" ,
80
+ "description" : " Learn from hands-on code examples using LangSmith Cookbook."
81
+ }
82
+ }
83
+ ]
84
+ }
0 commit comments