forked from langfuse/langfuse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_routes.json
More file actions
126 lines (126 loc) · 3.33 KB
/
_routes.json
File metadata and controls
126 lines (126 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"notebook": "datasets.ipynb",
"docsPath": "docs/datasets/python-cookbook"
},
{
"notebook": "integration_langchain.ipynb",
"docsPath": "docs/integrations/langchain/example-python"
},
{
"notebook": "integration_langserve.ipynb",
"docsPath": "docs/integrations/langchain/example-python-langserve"
},
{
"notebook": "integration_langgraph.ipynb",
"docsPath": "docs/integrations/langchain/example-python-langgraph"
},
{
"notebook": "example_llm_security_monitoring.ipynb",
"docsPath": "docs/security/example-python"
},
{
"notebook": "js_integration_langchain.ipynb",
"docsPath": "docs/integrations/langchain/example-javascript"
},
{
"notebook": "integration_openai_sdk.ipynb",
"docsPath": "docs/integrations/openai/python/examples"
},
{
"notebook": "integration_openai_assistants.ipynb",
"docsPath": "docs/integrations/openai/python/assistants-api"
},
{
"notebook": "integration_openai_structured_output.ipynb",
"docsPath": "docs/integrations/openai/python/structured-outputs"
},
{
"notebook": "js_integration_openai.ipynb",
"docsPath": "docs/integrations/openai/js/examples"
},
{
"notebook": "integration_llama-index.ipynb",
"docsPath": "docs/integrations/llama-index/example-python"
},
{
"notebook": "integration_llama-index_milvus-lite.ipynb",
"docsPath": null
},
{
"notebook": "integration_haystack.ipynb",
"docsPath": "docs/integrations/haystack/example-python"
},
{
"notebook": "evaluation_with_langchain.ipynb",
"docsPath": null
},
{
"notebook": "integration_azure_openai_langchain.ipynb",
"docsPath": null
},
{
"notebook": "langfuse_sdk_performance_test.ipynb",
"docsPath": null
},
{
"notebook": "integration_litellm_proxy.ipynb",
"docsPath": "docs/integrations/litellm/example-proxy-python"
},
{
"notebook": "js_integration_litellm_proxy.ipynb",
"docsPath": "docs/integrations/litellm/example-proxy-js"
},
{
"notebook": "python_sdk_low_level.ipynb",
"docsPath": "docs/sdk/python/low-level-sdk"
},
{
"notebook": "python_decorators.ipynb",
"docsPath": "docs/sdk/python/example"
},
{
"notebook": "evaluation_of_rag_with_ragas.ipynb",
"docsPath": null
},
{
"notebook": "prompt_management_openai_functions.ipynb",
"docsPath": "docs/prompts/example-openai-functions"
},
{
"notebook": "prompt_management_langchain.ipynb",
"docsPath": "docs/prompts/example-langchain"
},
{
"notebook": "js_prompt_management_langchain.ipynb",
"docsPath": "docs/prompts/example-langchain-js"
},
{
"notebook": "evaluation_with_uptrain.ipynb",
"docsPath": null
},
{
"notebook": "js_tracing_example_vercel_ai_sdk.ipynb",
"docsPath": "/docs/sdk/typescript/example-vercel-ai"
},
{
"notebook": "example_decorator_openai_langchain.ipynb",
"docsPath": null
},
{
"notebook": "integration_instructor.ipynb",
"docsPath": "docs/integrations/instructor"
},
{
"notebook": "integration_mirascope.ipynb",
"docsPath": "docs/integrations/mirascope/example-python"
},
{
"notebook": "integration_ollama.ipynb",
"docsPath": "docs/integrations/ollama"
},
{
"notebook": "example_external_evaluation_pipelines.ipynb",
"docsPath": "docs/scores/external-evaluation-pipelines"
}
]