forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
340 lines (340 loc) · 12.1 KB
/
vercel.json
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
{
"redirects": [
{
"source": "/docs(/?)",
"destination": "/docs/get_started/introduction/"
},
{
"source": "/docs/getting-started/install(/?)",
"destination": "/docs/get_started/installation/"
},
{
"source": "/docs/getting-started/guide-llm(/?)",
"destination": "/docs/get_started/quickstart/"
},
{
"source": "/docs/getting-started/guide-chat(/?)",
"destination": "/docs/get_started/quickstart/"
},
{
"source": "/docs/modules/schema/:path*(/?)",
"destination": "/docs/get_started/quickstart/"
},
{
"source": "/docs/modules/models(/?)",
"destination": "/docs/modules/model_io/models/"
},
{
"source": "/docs/modules/models/chat(/?)",
"destination": "/docs/modules/model_io/models/chat/"
},
{
"source": "/docs/modules/models/chat/integrations(/?)",
"destination": "/docs/modules/model_io/models/chat/"
},
{
"source": "/docs/modules/models/chat/additional_functionality(/?)",
"destination": "/docs/modules/model_io/models/chat/"
},
{
"source": "/docs/modules/models/embeddings(/?)",
"destination": "/docs/modules/data_connection/text_embedding/"
},
{
"source": "/docs/modules/models/embeddings/integrations(/?)",
"destination": "/docs/modules/data_connection/text_embedding/"
},
{
"source": "/docs/modules/models/embeddings/additional_functionality(/?)",
"destination": "/docs/modules/data_connection/text_embedding/"
},
{
"source": "/docs/modules/models/llms(/?)",
"destination": "/docs/modules/model_io/models/llms/"
},
{
"source": "/docs/modules/models/llms/integrations(/?)",
"destination": "/docs/modules/model_io/models/llms/"
},
{
"source": "/docs/modules/models/llms/additional_functionality(/?)",
"destination": "/docs/modules/model_io/models/llms/"
},
{
"source": "/docs/modules/prompts(/?)",
"destination": "/docs/modules/model_io/prompts/"
},
{
"source": "/docs/modules/prompts/prompt_templates(/?)",
"destination": "/docs/modules/model_io/prompts/prompt_templates/"
},
{
"source": "/docs/modules/prompts/prompt_templates/prompt_composition(/?)",
"destination": "/docs/modules/model_io/prompts/prompt_templates/prompt_composition/"
},
{
"source": "/docs/modules/prompts/prompt_templates/additional_functionality(/?)",
"destination": "/docs/modules/model_io/prompts/prompt_templates/"
},
{
"source": "/docs/modules/prompts/output_parsers(/?)",
"destination": "/docs/modules/model_io/output_parsers/"
},
{
"source": "/docs/modules/prompts/example_selectors(/?)",
"destination": "/docs/modules/model_io/prompts/example_selectors/"
},
{
"source": "/docs/modules/indexes(/?)",
"destination": "/docs/modules/data_connection/"
},
{
"source": "/docs/modules/indexes/document_loaders(/?)",
"destination": "/docs/modules/data_connection/document_loaders/"
},
{
"source": "/docs/modules/indexes/document_loaders/examples(/?)",
"destination": "/docs/modules/data_connection/document_loaders/"
},
{
"source": "/docs/modules/indexes/document_loaders/examples/file_loaders/:path*(/?)",
"destination": "docs/modules/data_connection/document_loaders/integrations/file_loaders/:path*/"
},
{
"source": "/docs/modules/indexes/document_loaders/examples/web_loaders/:path*(/?)",
"destination": "/docs/modules/data_connection/document_loaders/integrations/web_loaders/:path*/"
},
{
"source": "/docs/modules/indexes/document_transformers(/?)",
"destination": "/docs/modules/data_connection/document_transformers/"
},
{
"source": "/docs/modules/indexes/text_splitters(/?)",
"destination": "/docs/modules/data_connection/document_transformers/"
},
{
"source": "/docs/modules/indexes/text_splitters/examples/:path*(/?)",
"destination": "/docs/modules/data_connection/document_transformers/text_splitters/:path*/"
},
{
"source": "/docs/modules/indexes/vector_stores(/?)",
"destination": "/docs/modules/data_connection/vectorstores/"
},
{
"source": "/docs/modules/indexes/vector_stores/integrations/:path*(/?)",
"destination": "/docs/modules/data_connection/vectorstores/integrations/:path*/"
},
{
"source": "/docs/modules/indexes/retrievers(/?)",
"destination": "/docs/modules/data_connection/retrievers/"
},
{
"source": "/docs/modules/indexes/retrievers/self_query(/?)",
"destination": "/docs/modules/data_connection/retrievers/how_to/self_query/"
},
{
"source": "/docs/modules/indexes/retrievers/self_query/examples/:path*(/?)",
"destination": "/docs/modules/data_connection/retrievers/how_to/self_query/:path*/"
},
{
"source": "/docs/modules/indexes/retrievers/:path*(/?)",
"destination": "/docs/modules/data_connection/retrievers/integrations/:path*/"
},
{
"source": "/docs/modules/memory/examples/:path*(/?)",
"destination": "/docs/modules/memory/integrations/:path*/"
},
{
"source": "/docs/modules/chains/llm_chain(/?)",
"destination": "/docs/modules/chains/foundational/llm_chain/"
},
{
"source": "/docs/modules/chains/index_related_chains(/?)",
"destination": "/docs/modules/chains/document/"
},
{
"source": "/docs/modules/chains/index_related_chains/document_qa(/?)",
"destination": "/docs/modules/chains/document/"
},
{
"source": "/docs/modules/chains/index_related_chains/retrieval_qa(/?)",
"destination": "docs/modules/chains/popular/vector_db_qa/"
},
{
"source": "/docs/modules/chains/index_related_chains/conversational_retrieval(/?)",
"destination": "/docs/modules/chains/popular/chat_vector_db/"
},
{
"source": "/docs/modules/chains/sequential_chain(/?)",
"destination": "/docs/modules/chains/foundational/sequential_chains/"
},
{
"source": "/docs/modules/chains/openai_functions(/?)",
"destination": "/docs/modules/chains/additional/openai_functions/"
},
{
"source": "/docs/modules/chains/openai_functions/extraction(/?)",
"destination": "/docs/modules/chains/additional/openai_functions/extraction/"
},
{
"source": "/docs/modules/chains/openai_functions/openapi(/?)",
"destination": "/docs/modules/chains/additional/openai_functions/openapi/"
},
{
"source": "/docs/modules/chains/openai_functions/structured_output(/?)",
"destination": "/docs/modules/chains/popular/structured_output/"
},
{
"source": "/docs/modules/chains/openai_functions/tagging(/?)",
"destination": "/docs/modules/chains/additional/openai_functions/tagging/"
},
{
"source": "/docs/modules/chains/other_chains(/?)",
"destination": "/docs/modules/chains/additional/"
},
{
"source": "/docs/modules/chains/other_chains/analyze_document(/?)",
"destination": "/docs/modules/chains/additional/analyze_document/"
},
{
"source": "/docs/modules/chains/other_chains/api_chain(/?)",
"destination": "/docs/modules/chains/popular/api/"
},
{
"source": "/docs/modules/chains/other_chains/constitutional_chain(/?)",
"destination": "/docs/modules/chains/additional/constitutional_chain/"
},
{
"source": "/docs/modules/chains/other_chains/moderation_chain(/?)",
"destination": "/docs/modules/chains/additional/moderation/"
},
{
"source": "/docs/modules/chains/other_chains/multi_prompt_chain(/?)",
"destination": "/docs/modules/chains/additional/multi_prompt_router/"
},
{
"source": "/docs/modules/chains/other_chains/multi_retrieval_qa_chain(/?)",
"destination": "/docs/modules/chains/additional/multi_retrieval_qa_router/"
},
{
"source": "/docs/modules/chains/other_chains/sql(/?)",
"destination": "/docs/modules/chains/popular/sqlite/"
},
{
"source": "/docs/modules/chains/other_chains/summarization(/?)",
"destination": "/docs/modules/chains/popular/summarize/"
},
{
"source": "/docs/modules/chains/prompt_selectors(/?)",
"destination": "/docs/modules/model_io/prompts/prompt_selectors/"
},
{
"source": "/docs/modules/agents/agents(/?)",
"destination": "/docs/modules/agents/"
},
{
"source": "/docs/modules/agents/agents/action(/?)",
"destination": "/docs/modules/agents/"
},
{
"source": "/docs/modules/agents/agents/action/llm_mrkl(/?)",
"destination": "/docs/modules/agents/agent_types/react/"
},
{
"source": "/docs/modules/agents/agents/action/chat_mrkl(/?)",
"destination": "/docs/modules/agents/agent_types/react/"
},
{
"source": "/docs/modules/agents/agents/action/conversational_agent(/?)",
"destination": "/docs/modules/agents/agent_types/chat_conversation_agent/"
},
{
"source": "/docs/modules/agents/agents/action/structured_chat(/?)",
"destination": "/docs/modules/agents/agent_types/structured_chat/"
},
{
"source": "/docs/modules/agents/agents/action/openai(/?)",
"destination": "/docs/modules/agents/agent_types/openai_functions_agent/"
},
{
"source": "docs/modules/agents/agents/plan_execute(/?)",
"destination": "/docs/modules/agents/agent_types/plan_and_execute/"
},
{
"source": "/docs/modules/agents/agents/custom(/?)",
"destination": "/docs/modules/agents/how_to/custom_llm_agent/"
},
{
"source": "/docs/modules/agents/agents/custom/custom_prompt_chat(/?)",
"destination": "/docs/modules/agents/how_to/custom_llm_chat_agent/"
},
{
"source": "/docs/modules/agents/agents/custom/custom_agent_chat(/?)",
"destination": "/docs/modules/agents/how_to/custom_llm_chat_agent/"
},
{
"source": "/docs/modules/agents/agents/custom/custom_agent_llm(/?)",
"destination": "/docs/modules/agents/how_to/custom_llm_agent/"
},
{
"source": "/docs/modules/agents/executor(/?)",
"destination": "/docs/modules/agents/"
},
{
"source": "/docs/modules/agents/executor/getting-started(/?)",
"destination": "/docs/modules/agents/"
},
{
"source": "/docs/modules/agents/tools/integrations(/?)",
"destination": "/docs/modules/agents/tools/integrations/"
},
{
"source": "/docs/modules/agents/tools/agents_with_vectorstores(/?)",
"destination": "/docs/modules/agents/tools/how_to/agents_with_vectorstores/"
},
{
"source": "/docs/modules/agents/tools/aiplugin-tool(/?)",
"destination": "/docs/modules/agents/tools/integrations/aiplugin-tool/"
},
{
"source": "/docs/modules/agents/tools/dynamic(/?)",
"destination": "/docs/modules/agents/tools/how_to/dynamic/"
},
{
"source": "/docs/modules/agents/tools/lambda_agent(/?)",
"destination": "/docs/modules/agents/tools/integrations/lambda_agent/"
},
{
"source": "/docs/modules/agents/tools/webbrowser(/?)",
"destination": "/docs/modules/agents/tools/integrations/webbrowser/"
},
{
"source": "/docs/modules/agents/tools/zapier_agent(/?)",
"destination": "/docs/modules/agents/tools/integrations/zapier_agent/"
},
{
"source": "/docs/modules/agents/additional_functionality(/?)",
"destination": "/docs/modules/agents/"
},
{
"source": "/docs/production/callbacks(/?)",
"destination": "/docs/modules/callbacks/"
},
{
"source": "/docs/production/callbacks/create-handlers(/?)",
"destination": "/docs/modules/callbacks/how_to/create_handlers/"
},
{
"source": "/docs/production/callbacks/creating-subclasses(/?)",
"destination": "/docs/modules/callbacks/how_to/creating_subclasses/"
},
{
"source": "/docs/production/deployment(/?)",
"destination": "/docs/get_started/introduction/"
},
{
"source": "/docs/production/tracing(/?)",
"destination": "https://docs.smith.langchain.com/"
}
]
}