@n8n-as-code/skills 2.0.0-next.117 → 2.0.0-next.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/n8n-credentials-ontology.json +1 -1
- package/dist/assets/n8n-docs-complete.json +369 -248
- package/dist/assets/n8n-knowledge-index.json +325 -213
- package/dist/assets/n8n-nodes-index.json +5 -5
- package/dist/assets/n8n-nodes-technical.json +5 -5
- package/dist/assets/workflows-index.json +1 -1
- package/package.json +3 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-05T22:01:24.733Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
|
-
"totalPages":
|
|
5
|
+
"totalPages": 1273,
|
|
6
6
|
"statistics": {
|
|
7
7
|
"byCategory": {
|
|
8
|
-
"other":
|
|
8
|
+
"other": 514,
|
|
9
9
|
"tutorials": 27,
|
|
10
10
|
"advanced-ai": 28,
|
|
11
11
|
"api": 6,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"categories": {
|
|
27
27
|
"other": {
|
|
28
28
|
"description": "General documentation and guides",
|
|
29
|
-
"totalPages":
|
|
29
|
+
"totalPages": 514,
|
|
30
30
|
"pages": [
|
|
31
31
|
"page-0001",
|
|
32
32
|
"page-0002",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"page-0005",
|
|
36
36
|
"page-0006",
|
|
37
37
|
"page-0007",
|
|
38
|
+
"page-0008",
|
|
38
39
|
"page-0009",
|
|
39
40
|
"page-0010",
|
|
40
41
|
"page-0011",
|
|
@@ -2307,6 +2308,107 @@
|
|
|
2307
2308
|
]
|
|
2308
2309
|
}
|
|
2309
2310
|
},
|
|
2311
|
+
{
|
|
2312
|
+
"id": "page-0008",
|
|
2313
|
+
"title": "Keyboard shortcuts",
|
|
2314
|
+
"url": "https://docs.n8n.io/keyboard-shortcuts/index.md",
|
|
2315
|
+
"urlPath": "keyboard-shortcuts/index.md",
|
|
2316
|
+
"category": "other",
|
|
2317
|
+
"subcategory": null,
|
|
2318
|
+
"nodeName": null,
|
|
2319
|
+
"nodeType": null,
|
|
2320
|
+
"content": {
|
|
2321
|
+
"markdown": "# Keyboard shortcuts and controls\n\nn8n provides keyboard shortcuts for some actions.\n\n## Workflow controls\n\n- **Ctrl** + **Alt** + **n**: create new workflow\n- **Ctrl** + **o**: open workflow\n- **Ctrl** + **s**: save the current workflow\n- **Ctrl** + **z**: undo\n- **Ctrl** + **shift** + **z**: redo\n- **Ctrl** + **Enter**: execute workflow\n\n## Canvas\n\n### Move the canvas\n\n- **Ctrl** + **Left Mouse Button** + drag: move node view\n- **Ctrl** + **Middle mouse button** + drag: move node view\n- **Space** + drag: move node view\n- **Middle mouse button** + drag: move node view\n- Two fingers on a touch screen: move node view\n\n### Canvas zoom\n\n- **+** or **=**: zoom in\n- **-** or **\\_**: zoom out\n- **0**: reset zoom level\n- **1**: zoom to fit workflow\n- **Ctrl** + **Mouse wheel**: zoom in/out\n\n### Nodes on the canvas\n\n- **Double click** on a node: open the node details\n- **Ctrl/Cmd** + **Double click** on a sub-workflow node: open the sub-workflow in a new tab\n- **Ctrl** + **a**: select all nodes\n- **Ctrl** + **v**: paste nodes\n- **Shift** + **s**: add sticky note\n\n### With one or more nodes selected in canvas\n\n- **ArrowDown**: select sibling node below the current one\n- **ArrowLeft**: select node left of the current one\n- **ArrowRight**: select node right of the current one\n- **ArrowUp**: select sibling node above the current one\n- **Ctrl** + **c**: copy\n- **Ctrl** + **x**: cut\n- **D**: deactivate\n- **Delete**: delete\n- **Enter**: open\n- **F2**: rename\n- **P**: pin data in node. Refer to [Data pinning](../data/data-pinning/) for more information.\n- **Shift** + **ArrowLeft**: select all nodes left of the current one\n- **Shift** + **ArrowRight**: select all nodes right of the current one\n- **Ctrl/Cmd** + **Shift** + **o** on a sub-workflow node: open the sub-workflow in a new tab\n\n## Node panel\n\n- **N**: open the Node Panel\n- **Enter**: insert selected node into workflow\n- **Escape**: close Node panel\n\n### Node panel categories\n\n- **Enter**: insert node into workflow, collapse/expand category, open subcategory\n- **ArrowRight**: expand category, open subcategory\n- **ArrowLeft**: collapse category, close subcategory view\n\n## Within nodes\n\n- **=**: in an empty parameter input, this switches to [expressions](../glossary/#expression-n8n) mode.\n\n## Command bar\n\nThe Command Bar provides quick access to actions and navigation throughout n8n. Access it using **Ctrl/Cmd + K**, or click the magnifying glass icon on the canvas. Commands adapt based on your current view and permissions.\n\n- **Workflow actions:** Add nodes, save, test, tidy up, publish/unpublish, duplicate, import/export, archive, delete\n- **Resource navigation:** Create and open workflows, credentials, data tables, projects; access recent resources\n- **Execution actions:** Debug, copy, retry, stop, or delete executions\n- **General navigation:** Access Templates, Variables, Insights, Settings, Help resources, and Documentation\n",
|
|
2322
|
+
"excerpt": "# Keyboard shortcuts and controls n8n provides keyboard shortcuts for some actions. ## Workflow controls - **Ctrl** + **Alt** + **n**: create new workflow - **Ctrl** + **o**: open workflow - **Ctrl** + **s**: save the current workflow - **Ctrl** + **z**: undo - **Ctrl** + **shift** + **z**: redo - **Ctrl** + **Enter**: execute workflow ## Canvas ### Move the canvas - **Ctrl** + **Left Mouse Button** + drag: move node view - **Ctrl** + **Middle mouse button** + drag: move node view - **Spac...",
|
|
2323
|
+
"sections": [
|
|
2324
|
+
{
|
|
2325
|
+
"title": "Keyboard shortcuts and controls",
|
|
2326
|
+
"level": 1,
|
|
2327
|
+
"content": "n8n provides keyboard shortcuts for some actions."
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
"metadata": {
|
|
2332
|
+
"keywords": [
|
|
2333
|
+
"keyboard",
|
|
2334
|
+
"shortcuts",
|
|
2335
|
+
"controls",
|
|
2336
|
+
"workflow",
|
|
2337
|
+
"canvas",
|
|
2338
|
+
"move",
|
|
2339
|
+
"zoom",
|
|
2340
|
+
"nodes",
|
|
2341
|
+
"with",
|
|
2342
|
+
"more",
|
|
2343
|
+
"selected",
|
|
2344
|
+
"node",
|
|
2345
|
+
"panel",
|
|
2346
|
+
"categories",
|
|
2347
|
+
"within",
|
|
2348
|
+
"command"
|
|
2349
|
+
],
|
|
2350
|
+
"useCases": [],
|
|
2351
|
+
"operations": [
|
|
2352
|
+
"** add nodes",
|
|
2353
|
+
"save",
|
|
2354
|
+
"test",
|
|
2355
|
+
"tidy up",
|
|
2356
|
+
"publish",
|
|
2357
|
+
"unpublish",
|
|
2358
|
+
"duplicate",
|
|
2359
|
+
"import",
|
|
2360
|
+
"export",
|
|
2361
|
+
"archive",
|
|
2362
|
+
"delete",
|
|
2363
|
+
"** debug",
|
|
2364
|
+
"copy",
|
|
2365
|
+
"retry",
|
|
2366
|
+
"stop",
|
|
2367
|
+
"or delete executions"
|
|
2368
|
+
],
|
|
2369
|
+
"codeExamples": 0,
|
|
2370
|
+
"complexity": "beginner",
|
|
2371
|
+
"readingTime": "3 min",
|
|
2372
|
+
"contentLength": 2921,
|
|
2373
|
+
"relatedPages": []
|
|
2374
|
+
},
|
|
2375
|
+
"searchIndex": {
|
|
2376
|
+
"fullText": "keyboard shortcuts # keyboard shortcuts and controls\n\nn8n provides keyboard shortcuts for some actions.\n\n## workflow controls\n\n- **ctrl** + **alt** + **n**: create new workflow\n- **ctrl** + **o**: open workflow\n- **ctrl** + **s**: save the current workflow\n- **ctrl** + **z**: undo\n- **ctrl** + **shift** + **z**: redo\n- **ctrl** + **enter**: execute workflow\n\n## canvas\n\n### move the canvas\n\n- **ctrl** + **left mouse button** + drag: move node view\n- **ctrl** + **middle mouse button** + drag: move node view\n- **space** + drag: move node view\n- **middle mouse button** + drag: move node view\n- two fingers on a touch screen: move node view\n\n### canvas zoom\n\n- **+** or **=**: zoom in\n- **-** or **\\_**: zoom out\n- **0**: reset zoom level\n- **1**: zoom to fit workflow\n- **ctrl** + **mouse wheel**: zoom in/out\n\n### nodes on the canvas\n\n- **double click** on a node: open the node details\n- **ctrl/cmd** + **double click** on a sub-workflow node: open the sub-workflow in a new tab\n- **ctrl** + **a**: select all nodes\n- **ctrl** + **v**: paste nodes\n- **shift** + **s**: add sticky note\n\n### with one or more nodes selected in canvas\n\n- **arrowdown**: select sibling node below the current one\n- **arrowleft**: select node left of the current one\n- **arrowright**: select node right of the current one\n- **arrowup**: select sibling node above the current one\n- **ctrl** + **c**: copy\n- **ctrl** + **x**: cut\n- **d**: deactivate\n- **delete**: delete\n- **enter**: open\n- **f2**: rename\n- **p**: pin data in node. refer to [data pinning](../data/data-pinning/) for more information.\n- **shift** + **arrowleft**: select all nodes left of the current one\n- **shift** + **arrowright**: select all nodes right of the current one\n- **ctrl/cmd** + **shift** + **o** on a sub-workflow node: open the sub-workflow in a new tab\n\n## node panel\n\n- **n**: open the node panel\n- **enter**: insert selected node into workflow\n- **escape**: close node panel\n\n### node panel categories\n\n- **enter**: insert node into workflow, collapse/expand category, open subcategory\n- **arrowright**: expand category, open subcategory\n- **arrowleft**: collapse category, close subcategory view\n\n## within nodes\n\n- **=**: in an empty parameter input, this switches to [expressions](../glossary/#expression-n8n) mode.\n\n## command bar\n\nthe command bar provides quick access to actions and navigation throughout n8n. access it using **ctrl/cmd + k**, or click the magnifying glass icon on the canvas. commands adapt based on your current view and permissions.\n\n- **workflow actions:** add nodes, save, test, tidy up, publish/unpublish, duplicate, import/export, archive, delete\n- **resource navigation:** create and open workflows, credentials, data tables, projects; access recent resources\n- **execution actions:** debug, copy, retry, stop, or delete executions\n- **general navigation:** access templates, variables, insights, settings, help resources, and documentation\n keyboard shortcuts and controls",
|
|
2377
|
+
"importantTerms": [
|
|
2378
|
+
"node",
|
|
2379
|
+
"ctrl",
|
|
2380
|
+
"workflow",
|
|
2381
|
+
"open",
|
|
2382
|
+
"current",
|
|
2383
|
+
"nodes",
|
|
2384
|
+
"view",
|
|
2385
|
+
"select",
|
|
2386
|
+
"canvas",
|
|
2387
|
+
"move",
|
|
2388
|
+
"zoom",
|
|
2389
|
+
"shift",
|
|
2390
|
+
"data",
|
|
2391
|
+
"keyboard",
|
|
2392
|
+
"shortcuts",
|
|
2393
|
+
"actions",
|
|
2394
|
+
"enter",
|
|
2395
|
+
"mouse",
|
|
2396
|
+
"drag",
|
|
2397
|
+
"delete",
|
|
2398
|
+
"panel",
|
|
2399
|
+
"access",
|
|
2400
|
+
"controls",
|
|
2401
|
+
"left",
|
|
2402
|
+
"button",
|
|
2403
|
+
"click",
|
|
2404
|
+
"arrowleft",
|
|
2405
|
+
"arrowright",
|
|
2406
|
+
"category",
|
|
2407
|
+
"subcategory",
|
|
2408
|
+
"navigation"
|
|
2409
|
+
]
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2310
2412
|
{
|
|
2311
2413
|
"id": "page-0009",
|
|
2312
2414
|
"title": "Learning path",
|
|
@@ -19289,57 +19391,6 @@
|
|
|
19289
19391
|
},
|
|
19290
19392
|
{
|
|
19291
19393
|
"id": "page-0221",
|
|
19292
|
-
"title": "Disable the API",
|
|
19293
|
-
"url": "https://docs.n8n.io/hosting/securing/disable-public-api/index.md",
|
|
19294
|
-
"urlPath": "hosting/securing/disable-public-api/index.md",
|
|
19295
|
-
"category": "hosting",
|
|
19296
|
-
"subcategory": null,
|
|
19297
|
-
"nodeName": null,
|
|
19298
|
-
"nodeType": null,
|
|
19299
|
-
"content": {
|
|
19300
|
-
"markdown": "# Disable the public REST API\n\nThe [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```\n\n## Disable the API playground\n\nTo disable the [API playground](../../../api/using-api-playground/), set the `N8N_PUBLIC_API_SWAGGERUI_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_SWAGGERUI_DISABLED=true\n```\n\n## Related resources\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
|
|
19301
|
-
"excerpt": "# Disable the public REST API The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI. If you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation. To disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example: ``` export N8N_PUBLIC_API_DISABLED=true ``` ## Disable the API playground To disable the [A...",
|
|
19302
|
-
"sections": [
|
|
19303
|
-
{
|
|
19304
|
-
"title": "Disable the public REST API",
|
|
19305
|
-
"level": 1,
|
|
19306
|
-
"content": "The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```"
|
|
19307
|
-
}
|
|
19308
|
-
]
|
|
19309
|
-
},
|
|
19310
|
-
"metadata": {
|
|
19311
|
-
"keywords": [
|
|
19312
|
-
"disable",
|
|
19313
|
-
"public",
|
|
19314
|
-
"rest",
|
|
19315
|
-
"playground",
|
|
19316
|
-
"related",
|
|
19317
|
-
"resources"
|
|
19318
|
-
],
|
|
19319
|
-
"useCases": [],
|
|
19320
|
-
"operations": [],
|
|
19321
|
-
"codeExamples": 2,
|
|
19322
|
-
"complexity": "beginner",
|
|
19323
|
-
"readingTime": "1 min",
|
|
19324
|
-
"contentLength": 996,
|
|
19325
|
-
"relatedPages": []
|
|
19326
|
-
},
|
|
19327
|
-
"searchIndex": {
|
|
19328
|
-
"fullText": "disable the api # disable the public rest api\n\nthe [n8n public rest api](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n gui.\n\nif you don't plan on using this api, n8n recommends disabling it to improve the security of your n8n installation.\n\nto disable the [public rest api](../../../api/), set the `n8n_public_api_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_disabled=true\n```\n\n## disable the api playground\n\nto disable the [api playground](../../../api/using-api-playground/), set the `n8n_public_api_swaggerui_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_swaggerui_disabled=true\n```\n\n## related resources\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n disable the public rest api",
|
|
19329
|
-
"importantTerms": [
|
|
19330
|
-
"disable",
|
|
19331
|
-
"environment",
|
|
19332
|
-
"public",
|
|
19333
|
-
"rest",
|
|
19334
|
-
"true",
|
|
19335
|
-
"variables",
|
|
19336
|
-
"configuration",
|
|
19337
|
-
"playground"
|
|
19338
|
-
]
|
|
19339
|
-
}
|
|
19340
|
-
},
|
|
19341
|
-
{
|
|
19342
|
-
"id": "page-0222",
|
|
19343
19394
|
"title": "Hardening task runners",
|
|
19344
19395
|
"url": "https://docs.n8n.io/hosting/securing/hardening-task-runners/index.md",
|
|
19345
19396
|
"urlPath": "hosting/securing/hardening-task-runners/index.md",
|
|
@@ -19412,7 +19463,7 @@
|
|
|
19412
19463
|
}
|
|
19413
19464
|
},
|
|
19414
19465
|
{
|
|
19415
|
-
"id": "page-
|
|
19466
|
+
"id": "page-0222",
|
|
19416
19467
|
"title": "Overview",
|
|
19417
19468
|
"url": "https://docs.n8n.io/hosting/securing/overview/index.md",
|
|
19418
19469
|
"urlPath": "hosting/securing/overview/index.md",
|
|
@@ -19461,7 +19512,7 @@
|
|
|
19461
19512
|
}
|
|
19462
19513
|
},
|
|
19463
19514
|
{
|
|
19464
|
-
"id": "page-
|
|
19515
|
+
"id": "page-0223",
|
|
19465
19516
|
"title": "Restrict account registration to email-verified users",
|
|
19466
19517
|
"url": "https://docs.n8n.io/hosting/securing/restrict-by-email-verification/index.md",
|
|
19467
19518
|
"urlPath": "hosting/securing/restrict-by-email-verification/index.md",
|
|
@@ -19511,6 +19562,57 @@
|
|
|
19511
19562
|
]
|
|
19512
19563
|
}
|
|
19513
19564
|
},
|
|
19565
|
+
{
|
|
19566
|
+
"id": "page-0224",
|
|
19567
|
+
"title": "Disable the API",
|
|
19568
|
+
"url": "https://docs.n8n.io/hosting/securing/disable-public-api/index.md",
|
|
19569
|
+
"urlPath": "hosting/securing/disable-public-api/index.md",
|
|
19570
|
+
"category": "hosting",
|
|
19571
|
+
"subcategory": null,
|
|
19572
|
+
"nodeName": null,
|
|
19573
|
+
"nodeType": null,
|
|
19574
|
+
"content": {
|
|
19575
|
+
"markdown": "# Disable the public REST API\n\nThe [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```\n\n## Disable the API playground\n\nTo disable the [API playground](../../../api/using-api-playground/), set the `N8N_PUBLIC_API_SWAGGERUI_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_SWAGGERUI_DISABLED=true\n```\n\n## Related resources\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
|
|
19576
|
+
"excerpt": "# Disable the public REST API The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI. If you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation. To disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example: ``` export N8N_PUBLIC_API_DISABLED=true ``` ## Disable the API playground To disable the [A...",
|
|
19577
|
+
"sections": [
|
|
19578
|
+
{
|
|
19579
|
+
"title": "Disable the public REST API",
|
|
19580
|
+
"level": 1,
|
|
19581
|
+
"content": "The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```"
|
|
19582
|
+
}
|
|
19583
|
+
]
|
|
19584
|
+
},
|
|
19585
|
+
"metadata": {
|
|
19586
|
+
"keywords": [
|
|
19587
|
+
"disable",
|
|
19588
|
+
"public",
|
|
19589
|
+
"rest",
|
|
19590
|
+
"playground",
|
|
19591
|
+
"related",
|
|
19592
|
+
"resources"
|
|
19593
|
+
],
|
|
19594
|
+
"useCases": [],
|
|
19595
|
+
"operations": [],
|
|
19596
|
+
"codeExamples": 2,
|
|
19597
|
+
"complexity": "beginner",
|
|
19598
|
+
"readingTime": "1 min",
|
|
19599
|
+
"contentLength": 996,
|
|
19600
|
+
"relatedPages": []
|
|
19601
|
+
},
|
|
19602
|
+
"searchIndex": {
|
|
19603
|
+
"fullText": "disable the api # disable the public rest api\n\nthe [n8n public rest api](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n gui.\n\nif you don't plan on using this api, n8n recommends disabling it to improve the security of your n8n installation.\n\nto disable the [public rest api](../../../api/), set the `n8n_public_api_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_disabled=true\n```\n\n## disable the api playground\n\nto disable the [api playground](../../../api/using-api-playground/), set the `n8n_public_api_swaggerui_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_swaggerui_disabled=true\n```\n\n## related resources\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n disable the public rest api",
|
|
19604
|
+
"importantTerms": [
|
|
19605
|
+
"disable",
|
|
19606
|
+
"environment",
|
|
19607
|
+
"public",
|
|
19608
|
+
"rest",
|
|
19609
|
+
"true",
|
|
19610
|
+
"variables",
|
|
19611
|
+
"configuration",
|
|
19612
|
+
"playground"
|
|
19613
|
+
]
|
|
19614
|
+
}
|
|
19615
|
+
},
|
|
19514
19616
|
{
|
|
19515
19617
|
"id": "page-0225",
|
|
19516
19618
|
"title": "Security audit",
|
|
@@ -42549,7 +42651,7 @@
|
|
|
42549
42651
|
"nodeName": null,
|
|
42550
42652
|
"nodeType": null,
|
|
42551
42653
|
"content": {
|
|
42552
|
-
"markdown": "# Summarization Chain node\n\nUse the Summarization Chain node to summarize multiple documents.\n\nOn this page, you'll find the node parameters for the Summarization Chain node, and links to more resources.\n\n## Node parameters\n\nChoose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters.\n\n- **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow.\n - You can configure the **Chunking Strategy**: choose what strategy to use to define the data chunk sizes.\n - If you choose **Simple (Define Below)** you can then set **Characters Per Chunk** and **Chunk Overlap (Characters)**.\n - Choose **Advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **Use Document Loader**: summarize data provided by a document loader sub-node.\n\n## Node Options\n\nYou can configure the summarization method and prompts. Select **Add Option** > **Summarization Method and Prompts**.\n\nOptions in **Summarization Method**:\n\n- **Map Reduce**: this is the recommended option. Learn more about [Map Reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the LangChain documentation.\n- **Refine**: learn more about [Refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the LangChain documentation.\n- **Stuff**: learn more about [Stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the LangChain documentation.\n\nYou can customize the **Individual Summary Prompts** and the **Final Prompt to Combine**. There are examples in the node. You must include the `\"{text}\"` placeholder.\n\n## Templates and examples\n\n**Scrape and summarize webpages with AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n
|
|
42654
|
+
"markdown": "# Summarization Chain node\n\nUse the Summarization Chain node to summarize multiple documents.\n\nOn this page, you'll find the node parameters for the Summarization Chain node, and links to more resources.\n\n## Node parameters\n\nChoose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters.\n\n- **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow.\n - You can configure the **Chunking Strategy**: choose what strategy to use to define the data chunk sizes.\n - If you choose **Simple (Define Below)** you can then set **Characters Per Chunk** and **Chunk Overlap (Characters)**.\n - Choose **Advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **Use Document Loader**: summarize data provided by a document loader sub-node.\n\n## Node Options\n\nYou can configure the summarization method and prompts. Select **Add Option** > **Summarization Method and Prompts**.\n\nOptions in **Summarization Method**:\n\n- **Map Reduce**: this is the recommended option. Learn more about [Map Reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the LangChain documentation.\n- **Refine**: learn more about [Refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the LangChain documentation.\n- **Stuff**: learn more about [Stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the LangChain documentation.\n\nYou can customize the **Individual Summary Prompts** and the **Final Prompt to Combine**. There are examples in the node. You must include the `\"{text}\"` placeholder.\n\n## Templates and examples\n\n**Scrape and summarize webpages with AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n**��AI-Powered YouTube Video Summarization & Analysis**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/2679-ai-powered-youtube-video-summarization-and-analysis/)\n\n**AI Automated HR Workflow for CV Analysis and Candidate Evaluation**\n\nby Davide Boizza\n\n[View template details](https://n8n.io/workflows/2860-ai-automated-hr-workflow-for-cv-analysis-and-candidate-evaluation/)\n\n[Browse Summarization Chain integration templates](https://n8n.io/integrations/summarization-chain/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's documentation on summarization](https://js.langchain.com/docs/tutorials/summarization/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
42553
42655
|
"excerpt": "# Summarization Chain node Use the Summarization Chain node to summarize multiple documents. On this page, you'll find the node parameters for the Summarization Chain node, and links to more resources. ## Node parameters Choose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters. - **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow. - You can configu...",
|
|
42554
42656
|
"sections": [
|
|
42555
42657
|
{
|
|
@@ -42576,11 +42678,11 @@
|
|
|
42576
42678
|
"codeExamples": 0,
|
|
42577
42679
|
"complexity": "beginner",
|
|
42578
42680
|
"readingTime": "2 min",
|
|
42579
|
-
"contentLength":
|
|
42681
|
+
"contentLength": 2684,
|
|
42580
42682
|
"relatedPages": []
|
|
42581
42683
|
},
|
|
42582
42684
|
"searchIndex": {
|
|
42583
|
-
"fullText": "summarization chain # summarization chain node\n\nuse the summarization chain node to summarize multiple documents.\n\non this page, you'll find the node parameters for the summarization chain node, and links to more resources.\n\n## node parameters\n\nchoose the type of data you need to summarize in **data to summarize**. the data type you choose determines the other node parameters.\n\n- **use node input (json)** and **use node input (binary)**: summarize the data coming into the node from the workflow.\n - you can configure the **chunking strategy**: choose what strategy to use to define the data chunk sizes.\n - if you choose **simple (define below)** you can then set **characters per chunk** and **chunk overlap (characters)**.\n - choose **advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **use document loader**: summarize data provided by a document loader sub-node.\n\n## node options\n\nyou can configure the summarization method and prompts. select **add option** > **summarization method and prompts**.\n\noptions in **summarization method**:\n\n- **map reduce**: this is the recommended option. learn more about [map reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the langchain documentation.\n- **refine**: learn more about [refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the langchain documentation.\n- **stuff**: learn more about [stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the langchain documentation.\n\nyou can customize the **individual summary prompts** and the **final prompt to combine**. there are examples in the node. you must include the `\"{text}\"` placeholder.\n\n## templates and examples\n\n**scrape and summarize webpages with ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n
|
|
42685
|
+
"fullText": "summarization chain # summarization chain node\n\nuse the summarization chain node to summarize multiple documents.\n\non this page, you'll find the node parameters for the summarization chain node, and links to more resources.\n\n## node parameters\n\nchoose the type of data you need to summarize in **data to summarize**. the data type you choose determines the other node parameters.\n\n- **use node input (json)** and **use node input (binary)**: summarize the data coming into the node from the workflow.\n - you can configure the **chunking strategy**: choose what strategy to use to define the data chunk sizes.\n - if you choose **simple (define below)** you can then set **characters per chunk** and **chunk overlap (characters)**.\n - choose **advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **use document loader**: summarize data provided by a document loader sub-node.\n\n## node options\n\nyou can configure the summarization method and prompts. select **add option** > **summarization method and prompts**.\n\noptions in **summarization method**:\n\n- **map reduce**: this is the recommended option. learn more about [map reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the langchain documentation.\n- **refine**: learn more about [refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the langchain documentation.\n- **stuff**: learn more about [stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the langchain documentation.\n\nyou can customize the **individual summary prompts** and the **final prompt to combine**. there are examples in the node. you must include the `\"{text}\"` placeholder.\n\n## templates and examples\n\n**scrape and summarize webpages with ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n**��ai-powered youtube video summarization & analysis**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/2679-ai-powered-youtube-video-summarization-and-analysis/)\n\n**ai automated hr workflow for cv analysis and candidate evaluation**\n\nby davide boizza\n\n[view template details](https://n8n.io/workflows/2860-ai-automated-hr-workflow-for-cv-analysis-and-candidate-evaluation/)\n\n[browse summarization chain integration templates](https://n8n.io/integrations/summarization-chain/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's documentation on summarization](https://js.langchain.com/docs/tutorials/summarization/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n summarization chain node",
|
|
42584
42686
|
"importantTerms": [
|
|
42585
42687
|
"summarization",
|
|
42586
42688
|
"node",
|
|
@@ -48735,30 +48837,30 @@
|
|
|
48735
48837
|
},
|
|
48736
48838
|
{
|
|
48737
48839
|
"id": "page-0619",
|
|
48738
|
-
"title": "
|
|
48739
|
-
"url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.
|
|
48740
|
-
"urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.
|
|
48840
|
+
"title": "Contextual Compression Retriever",
|
|
48841
|
+
"url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievercontextualcompression/index.md",
|
|
48842
|
+
"urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievercontextualcompression/index.md",
|
|
48741
48843
|
"category": "cluster-nodes",
|
|
48742
48844
|
"subcategory": null,
|
|
48743
48845
|
"nodeName": null,
|
|
48744
48846
|
"nodeType": null,
|
|
48745
48847
|
"content": {
|
|
48746
|
-
"markdown": "#
|
|
48747
|
-
"excerpt": "#
|
|
48848
|
+
"markdown": "# Contextual Compression Retriever node\n\nThe Contextual Compression Retriever node improves the answers returned from [vector store](../../../../../glossary/#ai-vector-store) document similarity searches by taking into account the context from the query.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Templates and examples\n\n**Generate Contextual YouTube Comments Automatically with GPT-4o**\n\nby Yaron Been\n\n[View template details](https://n8n.io/workflows/4580-generate-contextual-youtube-comments-automatically-with-gpt-4o/)\n\n**Dynamic MCP Server Selection with OpenAI GPT-4.1 and Contextual AI Reranker**\n\nby Jinash Rouniyar\n\n[View template details](https://n8n.io/workflows/8272-dynamic-mcp-server-selection-with-openai-gpt-41-and-contextual-ai-reranker/)\n\n**Generate Contextual Recommendations from Slack using Pinecone**\n\nby Rahul Joshi\n\n[View template details](https://n8n.io/workflows/6018-generate-contextual-recommendations-from-slack-using-pinecone/)\n\n[Browse Contextual Compression Retriever integration templates](https://n8n.io/integrations/contextual-compression-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's contextual compression retriever documentation](https://js.langchain.com/docs/how_to/contextual_compression/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
48849
|
+
"excerpt": "# Contextual Compression Retriever node The Contextual Compression Retriever node improves the answers returned from [vector store](../../../../../glossary/#ai-vector-store) document similarity searches by taking into account the context from the query. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of items as input, process these items, and output the results...",
|
|
48748
48850
|
"sections": [
|
|
48749
48851
|
{
|
|
48750
|
-
"title": "
|
|
48852
|
+
"title": "Contextual Compression Retriever node",
|
|
48751
48853
|
"level": 1,
|
|
48752
|
-
"content": "The
|
|
48854
|
+
"content": "The Contextual Compression Retriever node improves the answers returned from [vector store](../../../../../glossary/#ai-vector-store) document similarity searches by taking into account the context from the query.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
|
|
48753
48855
|
}
|
|
48754
48856
|
]
|
|
48755
48857
|
},
|
|
48756
48858
|
"metadata": {
|
|
48757
48859
|
"keywords": [
|
|
48758
|
-
"
|
|
48860
|
+
"contextual",
|
|
48861
|
+
"compression",
|
|
48759
48862
|
"retriever",
|
|
48760
48863
|
"node",
|
|
48761
|
-
"options",
|
|
48762
48864
|
"templates",
|
|
48763
48865
|
"examples",
|
|
48764
48866
|
"related",
|
|
@@ -48769,56 +48871,61 @@
|
|
|
48769
48871
|
"codeExamples": 0,
|
|
48770
48872
|
"complexity": "beginner",
|
|
48771
48873
|
"readingTime": "2 min",
|
|
48772
|
-
"contentLength":
|
|
48874
|
+
"contentLength": 2024,
|
|
48773
48875
|
"relatedPages": []
|
|
48774
48876
|
},
|
|
48775
48877
|
"searchIndex": {
|
|
48776
|
-
"fullText": "
|
|
48878
|
+
"fullText": "contextual compression retriever # contextual compression retriever node\n\nthe contextual compression retriever node improves the answers returned from [vector store](../../../../../glossary/#ai-vector-store) document similarity searches by taking into account the context from the query.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## templates and examples\n\n**generate contextual youtube comments automatically with gpt-4o**\n\nby yaron been\n\n[view template details](https://n8n.io/workflows/4580-generate-contextual-youtube-comments-automatically-with-gpt-4o/)\n\n**dynamic mcp server selection with openai gpt-4.1 and contextual ai reranker**\n\nby jinash rouniyar\n\n[view template details](https://n8n.io/workflows/8272-dynamic-mcp-server-selection-with-openai-gpt-41-and-contextual-ai-reranker/)\n\n**generate contextual recommendations from slack using pinecone**\n\nby rahul joshi\n\n[view template details](https://n8n.io/workflows/6018-generate-contextual-recommendations-from-slack-using-pinecone/)\n\n[browse contextual compression retriever integration templates](https://n8n.io/integrations/contextual-compression-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's contextual compression retriever documentation](https://js.langchain.com/docs/how_to/contextual_compression/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n contextual compression retriever node",
|
|
48777
48879
|
"importantTerms": [
|
|
48880
|
+
"contextual",
|
|
48881
|
+
"compression",
|
|
48778
48882
|
"retriever",
|
|
48779
|
-
"multiquery",
|
|
48780
|
-
"node",
|
|
48781
48883
|
"nodes",
|
|
48782
48884
|
"name",
|
|
48783
|
-
"
|
|
48885
|
+
"https",
|
|
48784
48886
|
"expression",
|
|
48785
|
-
"
|
|
48887
|
+
"node",
|
|
48888
|
+
"from",
|
|
48786
48889
|
"items",
|
|
48890
|
+
"input",
|
|
48787
48891
|
"resolves",
|
|
48788
|
-
"
|
|
48789
|
-
"
|
|
48790
|
-
"
|
|
48892
|
+
"generate",
|
|
48893
|
+
"with",
|
|
48894
|
+
"view",
|
|
48895
|
+
"workflows",
|
|
48896
|
+
"using",
|
|
48791
48897
|
"templates",
|
|
48792
|
-
"
|
|
48898
|
+
"template",
|
|
48899
|
+
"details"
|
|
48793
48900
|
]
|
|
48794
48901
|
}
|
|
48795
48902
|
},
|
|
48796
48903
|
{
|
|
48797
48904
|
"id": "page-0620",
|
|
48798
|
-
"title": "
|
|
48799
|
-
"url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.
|
|
48800
|
-
"urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.
|
|
48905
|
+
"title": "MultiQuery Retriever",
|
|
48906
|
+
"url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievermultiquery/index.md",
|
|
48907
|
+
"urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievermultiquery/index.md",
|
|
48801
48908
|
"category": "cluster-nodes",
|
|
48802
48909
|
"subcategory": null,
|
|
48803
48910
|
"nodeName": null,
|
|
48804
48911
|
"nodeType": null,
|
|
48805
48912
|
"content": {
|
|
48806
|
-
"markdown": "#
|
|
48807
|
-
"excerpt": "#
|
|
48913
|
+
"markdown": "# MultiQuery Retriever node\n\nThe MultiQuery Retriever node automates the process of prompt tuning by using an LLM to generate multiple queries from different perspectives for a given user input query.\n\nOn this page, you'll find the node parameters for the MultiQuery Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node options\n\n- **Query Count**: Enter how many different versions of the query to generate.\n\n## Templates and examples\n\n[Browse MultiQuery Retriever integration templates](https://n8n.io/integrations/multiquery-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's retriever conceptual documentation](https://js.langchain.com/docs/concepts/retrievers) and [LangChain's multiquery retriever API documentation](https://v03.api.js.langchain.com/classes/langchain.retrievers_multi_query.MultiQueryRetriever.html) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
48914
|
+
"excerpt": "# MultiQuery Retriever node The MultiQuery Retriever node automates the process of prompt tuning by using an LLM to generate multiple queries from different perspectives for a given user input query. On this page, you'll find the node parameters for the MultiQuery Retriever node, and links to more resources. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of it...",
|
|
48808
48915
|
"sections": [
|
|
48809
48916
|
{
|
|
48810
|
-
"title": "
|
|
48917
|
+
"title": "MultiQuery Retriever node",
|
|
48811
48918
|
"level": 1,
|
|
48812
|
-
"content": "The
|
|
48919
|
+
"content": "The MultiQuery Retriever node automates the process of prompt tuning by using an LLM to generate multiple queries from different perspectives for a given user input query.\n\nOn this page, you'll find the node parameters for the MultiQuery Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
|
|
48813
48920
|
}
|
|
48814
48921
|
]
|
|
48815
48922
|
},
|
|
48816
48923
|
"metadata": {
|
|
48817
48924
|
"keywords": [
|
|
48818
|
-
"
|
|
48819
|
-
"compression",
|
|
48925
|
+
"multiquery",
|
|
48820
48926
|
"retriever",
|
|
48821
48927
|
"node",
|
|
48928
|
+
"options",
|
|
48822
48929
|
"templates",
|
|
48823
48930
|
"examples",
|
|
48824
48931
|
"related",
|
|
@@ -48829,32 +48936,27 @@
|
|
|
48829
48936
|
"codeExamples": 0,
|
|
48830
48937
|
"complexity": "beginner",
|
|
48831
48938
|
"readingTime": "2 min",
|
|
48832
|
-
"contentLength":
|
|
48939
|
+
"contentLength": 1650,
|
|
48833
48940
|
"relatedPages": []
|
|
48834
48941
|
},
|
|
48835
48942
|
"searchIndex": {
|
|
48836
|
-
"fullText": "
|
|
48943
|
+
"fullText": "multiquery retriever # multiquery retriever node\n\nthe multiquery retriever node automates the process of prompt tuning by using an llm to generate multiple queries from different perspectives for a given user input query.\n\non this page, you'll find the node parameters for the multiquery retriever node, and links to more resources.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node options\n\n- **query count**: enter how many different versions of the query to generate.\n\n## templates and examples\n\n[browse multiquery retriever integration templates](https://n8n.io/integrations/multiquery-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's retriever conceptual documentation](https://js.langchain.com/docs/concepts/retrievers) and [langchain's multiquery retriever api documentation](https://v03.api.js.langchain.com/classes/langchain.retrievers_multi_query.multiqueryretriever.html) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n multiquery retriever node",
|
|
48837
48944
|
"importantTerms": [
|
|
48838
|
-
"contextual",
|
|
48839
|
-
"compression",
|
|
48840
48945
|
"retriever",
|
|
48946
|
+
"multiquery",
|
|
48947
|
+
"node",
|
|
48841
48948
|
"nodes",
|
|
48842
48949
|
"name",
|
|
48843
|
-
"
|
|
48950
|
+
"input",
|
|
48844
48951
|
"expression",
|
|
48845
|
-
"
|
|
48846
|
-
"from",
|
|
48952
|
+
"langchain",
|
|
48847
48953
|
"items",
|
|
48848
|
-
"input",
|
|
48849
48954
|
"resolves",
|
|
48850
|
-
"
|
|
48851
|
-
"
|
|
48852
|
-
"
|
|
48853
|
-
"workflows",
|
|
48854
|
-
"using",
|
|
48955
|
+
"https",
|
|
48956
|
+
"given",
|
|
48957
|
+
"query",
|
|
48855
48958
|
"templates",
|
|
48856
|
-
"
|
|
48857
|
-
"details"
|
|
48959
|
+
"documentation"
|
|
48858
48960
|
]
|
|
48859
48961
|
}
|
|
48860
48962
|
},
|
|
@@ -75965,29 +76067,28 @@
|
|
|
75965
76067
|
},
|
|
75966
76068
|
{
|
|
75967
76069
|
"id": "page-1008",
|
|
75968
|
-
"title": "
|
|
75969
|
-
"url": "https://docs.n8n.io/integrations/builtin/credentials/
|
|
75970
|
-
"urlPath": "integrations/builtin/credentials/
|
|
76070
|
+
"title": "Vercel AI Gateway credentials",
|
|
76071
|
+
"url": "https://docs.n8n.io/integrations/builtin/credentials/vercel/index.md",
|
|
76072
|
+
"urlPath": "integrations/builtin/credentials/vercel/index.md",
|
|
75971
76073
|
"category": "other",
|
|
75972
76074
|
"subcategory": null,
|
|
75973
76075
|
"nodeName": null,
|
|
75974
76076
|
"nodeType": null,
|
|
75975
76077
|
"content": {
|
|
75976
|
-
"markdown": "#
|
|
75977
|
-
"excerpt": "#
|
|
76078
|
+
"markdown": "# Vercel AI Gateway credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)\n\n## Prerequisites\n\nCreate a [Vercel](https://vercel.com/) account.\n\n## Supported authentication methods\n\n- API key\n- OIDC token\n\n## Related resources\n\nRefer to the [Vercel AI Gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**\n\nTo generate your API Key:\n\n1. [Login to Vercel](https://vercel.com/login) or [create an account](https://vercel.com/signup).\n1. Go to the Vercel dashboard and select the **AI Gateway** tab.\n1. Select **API keys** on the left side bar.\n1. Select **Add key** and proceed with **Create key** from the Dialog.\n1. Copy your key and add it as the **API Key** in n8n.\n\n## Using OIDC token\n\nTo configure this credential, you'll need:\n\n- An **OIDC token**\n\nTo generate your OIDC token:\n\n1. In local development, link your application to a Vercel project with the `vc link` command.\n1. Run the `vercel env pull` command to pull the environment variables from Vercel.\n1. Copy your token and add it as the **OIDC TOKEN** in n8n.\n",
|
|
76079
|
+
"excerpt": "# Vercel AI Gateway credentials You can use these credentials to authenticate the following nodes: - [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/) ## Prerequisites Create a [Vercel](https://vercel.com/) account. ## Supported authentication methods - API key - OIDC token ## Related resources Refer to the [Vercel AI Gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service. ## Using API key To configure t...",
|
|
75978
76080
|
"sections": [
|
|
75979
76081
|
{
|
|
75980
|
-
"title": "
|
|
76082
|
+
"title": "Vercel AI Gateway credentials",
|
|
75981
76083
|
"level": 1,
|
|
75982
|
-
"content": "You can use these credentials to authenticate the following nodes:\n\n- [
|
|
76084
|
+
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)"
|
|
75983
76085
|
}
|
|
75984
76086
|
]
|
|
75985
76087
|
},
|
|
75986
76088
|
"metadata": {
|
|
75987
76089
|
"keywords": [
|
|
75988
|
-
"
|
|
75989
|
-
"
|
|
75990
|
-
"datacenter",
|
|
76090
|
+
"vercel",
|
|
76091
|
+
"gateway",
|
|
75991
76092
|
"credentials",
|
|
75992
76093
|
"prerequisites",
|
|
75993
76094
|
"supported",
|
|
@@ -75996,68 +76097,58 @@
|
|
|
75996
76097
|
"related",
|
|
75997
76098
|
"resources",
|
|
75998
76099
|
"using",
|
|
75999
|
-
"
|
|
76100
|
+
"oidc",
|
|
76101
|
+
"token"
|
|
76000
76102
|
],
|
|
76001
76103
|
"useCases": [],
|
|
76002
76104
|
"operations": [],
|
|
76003
76105
|
"codeExamples": 0,
|
|
76004
76106
|
"complexity": "beginner",
|
|
76005
|
-
"readingTime": "
|
|
76006
|
-
"contentLength":
|
|
76107
|
+
"readingTime": "1 min",
|
|
76108
|
+
"contentLength": 1265,
|
|
76007
76109
|
"relatedPages": []
|
|
76008
76110
|
},
|
|
76009
76111
|
"searchIndex": {
|
|
76010
|
-
"fullText": "
|
|
76112
|
+
"fullText": "vercel ai gateway credentials # vercel ai gateway credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [chat vercel ai gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)\n\n## prerequisites\n\ncreate a [vercel](https://vercel.com/) account.\n\n## supported authentication methods\n\n- api key\n- oidc token\n\n## related resources\n\nrefer to the [vercel ai gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**\n\nto generate your api key:\n\n1. [login to vercel](https://vercel.com/login) or [create an account](https://vercel.com/signup).\n1. go to the vercel dashboard and select the **ai gateway** tab.\n1. select **api keys** on the left side bar.\n1. select **add key** and proceed with **create key** from the dialog.\n1. copy your key and add it as the **api key** in n8n.\n\n## using oidc token\n\nto configure this credential, you'll need:\n\n- an **oidc token**\n\nto generate your oidc token:\n\n1. in local development, link your application to a vercel project with the `vc link` command.\n1. run the `vercel env pull` command to pull the environment variables from vercel.\n1. copy your token and add it as the **oidc token** in n8n.\n vercel ai gateway credentials",
|
|
76011
76113
|
"importantTerms": [
|
|
76012
|
-
"
|
|
76013
|
-
"
|
|
76014
|
-
"
|
|
76015
|
-
"
|
|
76016
|
-
"datacenter",
|
|
76017
|
-
"https",
|
|
76018
|
-
"refer",
|
|
76019
|
-
"topnav",
|
|
76020
|
-
"content",
|
|
76114
|
+
"vercel",
|
|
76115
|
+
"gateway",
|
|
76116
|
+
"token",
|
|
76117
|
+
"oidc",
|
|
76021
76118
|
"your",
|
|
76022
76119
|
"credentials",
|
|
76023
|
-
"current",
|
|
76024
|
-
"more",
|
|
76025
|
-
"information",
|
|
76026
|
-
"enter",
|
|
76027
76120
|
"nodes",
|
|
76028
|
-
"
|
|
76029
|
-
"
|
|
76030
|
-
"
|
|
76031
|
-
"creating",
|
|
76032
|
-
"client",
|
|
76033
|
-
"scopes"
|
|
76121
|
+
"https",
|
|
76122
|
+
"create",
|
|
76123
|
+
"select"
|
|
76034
76124
|
]
|
|
76035
76125
|
}
|
|
76036
76126
|
},
|
|
76037
76127
|
{
|
|
76038
76128
|
"id": "page-1009",
|
|
76039
|
-
"title": "
|
|
76040
|
-
"url": "https://docs.n8n.io/integrations/builtin/credentials/
|
|
76041
|
-
"urlPath": "integrations/builtin/credentials/
|
|
76129
|
+
"title": "Venafi TLS Protect Datacenter credentials",
|
|
76130
|
+
"url": "https://docs.n8n.io/integrations/builtin/credentials/venafitlsprotectdatacenter/index.md",
|
|
76131
|
+
"urlPath": "integrations/builtin/credentials/venafitlsprotectdatacenter/index.md",
|
|
76042
76132
|
"category": "other",
|
|
76043
76133
|
"subcategory": null,
|
|
76044
76134
|
"nodeName": null,
|
|
76045
76135
|
"nodeType": null,
|
|
76046
76136
|
"content": {
|
|
76047
|
-
"markdown": "#
|
|
76048
|
-
"excerpt": "#
|
|
76137
|
+
"markdown": "# Venafi TLS Protect Datacenter credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)\n\n## Prerequisites\n\n- Create a Venafi [TLS Protect Datacenter](https://venafi.com/) account.\n- Set the expiration and refresh time for tokens. Refer to [Setting up token authentication](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php) for more information.\n- Create an [API integration](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/c-APIAppIntegrations-about.php) in **API > Integrations**. Refer to [Integrating other systems with Venafi products](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creating.php) for detailed instructions.\n - Take note of the Client ID for your integration.\n - Choose the scopes needed for the operations you want to perform within n8n. Refer to the scopes table in [Integrating other systems with Venafi products](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creating.php) for more details on available scopes.\n\n## Supported authentication methods\n\n- API integration\n\n## Related resources\n\nRefer to [Venafi's API integration documentation](https://docs.venafi.com/Docs/currentSDK/TopNav/Content/SDK/WebSDK/c-sdk-AboutThisGuide.php) for more information about the service.\n\n## Using API integration\n\nTo configure this credential, you'll need:\n\n- A **Domain**: Enter your Venafi TLS Protect Datacenter domain.\n- A **Client ID**: Enter the **Client ID** from your API integration. Refer to the information and links in [Prerequisites](#prerequisites) for more information on creating an API integration.\n- A **Username**: Enter your username.\n- A **Password**: Enter your password.\n- **Allow Self-Signed Certificates**: If turned on, the credential will allow self-signed certificates.\n",
|
|
76138
|
+
"excerpt": "# Venafi TLS Protect Datacenter credentials You can use these credentials to authenticate the following nodes: - [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/) ## Prerequisites - Create a Venafi [TLS Protect Datacenter](https://venafi.com/) account. - Set the expiration and refresh time for tokens. Refer to [Setting up token authentication](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php) for more inform...",
|
|
76049
76139
|
"sections": [
|
|
76050
76140
|
{
|
|
76051
|
-
"title": "
|
|
76141
|
+
"title": "Venafi TLS Protect Datacenter credentials",
|
|
76052
76142
|
"level": 1,
|
|
76053
|
-
"content": "You can use these credentials to authenticate the following nodes:\n\n- [
|
|
76143
|
+
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)"
|
|
76054
76144
|
}
|
|
76055
76145
|
]
|
|
76056
76146
|
},
|
|
76057
76147
|
"metadata": {
|
|
76058
76148
|
"keywords": [
|
|
76059
|
-
"
|
|
76060
|
-
"
|
|
76149
|
+
"venafi",
|
|
76150
|
+
"protect",
|
|
76151
|
+
"datacenter",
|
|
76061
76152
|
"credentials",
|
|
76062
76153
|
"prerequisites",
|
|
76063
76154
|
"supported",
|
|
@@ -76066,30 +76157,41 @@
|
|
|
76066
76157
|
"related",
|
|
76067
76158
|
"resources",
|
|
76068
76159
|
"using",
|
|
76069
|
-
"
|
|
76070
|
-
"token"
|
|
76160
|
+
"integration"
|
|
76071
76161
|
],
|
|
76072
76162
|
"useCases": [],
|
|
76073
76163
|
"operations": [],
|
|
76074
76164
|
"codeExamples": 0,
|
|
76075
76165
|
"complexity": "beginner",
|
|
76076
|
-
"readingTime": "
|
|
76077
|
-
"contentLength":
|
|
76166
|
+
"readingTime": "2 min",
|
|
76167
|
+
"contentLength": 2009,
|
|
76078
76168
|
"relatedPages": []
|
|
76079
76169
|
},
|
|
76080
76170
|
"searchIndex": {
|
|
76081
|
-
"fullText": "
|
|
76171
|
+
"fullText": "venafi tls protect datacenter credentials # venafi tls protect datacenter credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [venafi tls protect datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)\n\n## prerequisites\n\n- create a venafi [tls protect datacenter](https://venafi.com/) account.\n- set the expiration and refresh time for tokens. refer to [setting up token authentication](https://docs.venafi.com/docs/current/topnav/content/sdk/authsdk/t-sdka-setup-oauth.php) for more information.\n- create an [api integration](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/c-apiappintegrations-about.php) in **api > integrations**. refer to [integrating other systems with venafi products](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/t-apiappintegrations-creating.php) for detailed instructions.\n - take note of the client id for your integration.\n - choose the scopes needed for the operations you want to perform within n8n. refer to the scopes table in [integrating other systems with venafi products](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/t-apiappintegrations-creating.php) for more details on available scopes.\n\n## supported authentication methods\n\n- api integration\n\n## related resources\n\nrefer to [venafi's api integration documentation](https://docs.venafi.com/docs/currentsdk/topnav/content/sdk/websdk/c-sdk-aboutthisguide.php) for more information about the service.\n\n## using api integration\n\nto configure this credential, you'll need:\n\n- a **domain**: enter your venafi tls protect datacenter domain.\n- a **client id**: enter the **client id** from your api integration. refer to the information and links in [prerequisites](#prerequisites) for more information on creating an api integration.\n- a **username**: enter your username.\n- a **password**: enter your password.\n- **allow self-signed certificates**: if turned on, the credential will allow self-signed certificates.\n venafi tls protect datacenter credentials",
|
|
76082
76172
|
"importantTerms": [
|
|
76083
|
-
"
|
|
76084
|
-
"
|
|
76085
|
-
"
|
|
76086
|
-
"
|
|
76173
|
+
"venafi",
|
|
76174
|
+
"docs",
|
|
76175
|
+
"integration",
|
|
76176
|
+
"protect",
|
|
76177
|
+
"datacenter",
|
|
76178
|
+
"https",
|
|
76179
|
+
"refer",
|
|
76180
|
+
"topnav",
|
|
76181
|
+
"content",
|
|
76087
76182
|
"your",
|
|
76088
76183
|
"credentials",
|
|
76184
|
+
"current",
|
|
76185
|
+
"more",
|
|
76186
|
+
"information",
|
|
76187
|
+
"enter",
|
|
76089
76188
|
"nodes",
|
|
76090
|
-
"
|
|
76091
|
-
"
|
|
76092
|
-
"
|
|
76189
|
+
"prerequisites",
|
|
76190
|
+
"applicationintegration",
|
|
76191
|
+
"apiappintegrations",
|
|
76192
|
+
"creating",
|
|
76193
|
+
"client",
|
|
76194
|
+
"scopes"
|
|
76093
76195
|
]
|
|
76094
76196
|
}
|
|
76095
76197
|
},
|
|
@@ -93512,6 +93614,7 @@
|
|
|
93512
93614
|
"page-0002",
|
|
93513
93615
|
"page-0003",
|
|
93514
93616
|
"page-0006",
|
|
93617
|
+
"page-0008",
|
|
93515
93618
|
"page-0009",
|
|
93516
93619
|
"page-0013",
|
|
93517
93620
|
"page-0017",
|
|
@@ -94232,7 +94335,7 @@
|
|
|
94232
94335
|
"page-0212",
|
|
94233
94336
|
"page-0213",
|
|
94234
94337
|
"page-0219",
|
|
94235
|
-
"page-
|
|
94338
|
+
"page-0221",
|
|
94236
94339
|
"page-0553",
|
|
94237
94340
|
"page-0554",
|
|
94238
94341
|
"page-0555",
|
|
@@ -94318,7 +94421,7 @@
|
|
|
94318
94421
|
"page-0002",
|
|
94319
94422
|
"page-0003",
|
|
94320
94423
|
"page-0154",
|
|
94321
|
-
"page-
|
|
94424
|
+
"page-0221",
|
|
94322
94425
|
"page-0470",
|
|
94323
94426
|
"page-0490",
|
|
94324
94427
|
"page-0493",
|
|
@@ -94337,6 +94440,7 @@
|
|
|
94337
94440
|
"page-0003",
|
|
94338
94441
|
"page-0006",
|
|
94339
94442
|
"page-0007",
|
|
94443
|
+
"page-0008",
|
|
94340
94444
|
"page-0012",
|
|
94341
94445
|
"page-0013",
|
|
94342
94446
|
"page-0017",
|
|
@@ -94449,7 +94553,7 @@
|
|
|
94449
94553
|
"page-0164",
|
|
94450
94554
|
"page-0202",
|
|
94451
94555
|
"page-0206",
|
|
94452
|
-
"page-
|
|
94556
|
+
"page-0223",
|
|
94453
94557
|
"page-0782",
|
|
94454
94558
|
"page-0804",
|
|
94455
94559
|
"page-0806",
|
|
@@ -94529,6 +94633,7 @@
|
|
|
94529
94633
|
"nodes": [
|
|
94530
94634
|
"page-0002",
|
|
94531
94635
|
"page-0003",
|
|
94636
|
+
"page-0008",
|
|
94532
94637
|
"page-0013",
|
|
94533
94638
|
"page-0040",
|
|
94534
94639
|
"page-0044",
|
|
@@ -95359,7 +95464,7 @@
|
|
|
95359
95464
|
"page-0003",
|
|
95360
95465
|
"page-0154",
|
|
95361
95466
|
"page-0189",
|
|
95362
|
-
"page-
|
|
95467
|
+
"page-0221",
|
|
95363
95468
|
"page-0277",
|
|
95364
95469
|
"page-1215"
|
|
95365
95470
|
],
|
|
@@ -95367,7 +95472,7 @@
|
|
|
95367
95472
|
"page-0003",
|
|
95368
95473
|
"page-0154",
|
|
95369
95474
|
"page-0189",
|
|
95370
|
-
"page-
|
|
95475
|
+
"page-0221",
|
|
95371
95476
|
"page-1215"
|
|
95372
95477
|
],
|
|
95373
95478
|
"runner": [
|
|
@@ -95436,7 +95541,7 @@
|
|
|
95436
95541
|
"page-0146",
|
|
95437
95542
|
"page-0160",
|
|
95438
95543
|
"page-0219",
|
|
95439
|
-
"page-
|
|
95544
|
+
"page-0224",
|
|
95440
95545
|
"page-0229",
|
|
95441
95546
|
"page-0652",
|
|
95442
95547
|
"page-0694",
|
|
@@ -95821,7 +95926,7 @@
|
|
|
95821
95926
|
"restrict": [
|
|
95822
95927
|
"page-0003",
|
|
95823
95928
|
"page-0206",
|
|
95824
|
-
"page-
|
|
95929
|
+
"page-0223",
|
|
95825
95930
|
"page-0669"
|
|
95826
95931
|
],
|
|
95827
95932
|
"bare": [
|
|
@@ -96002,6 +96107,7 @@
|
|
|
96002
96107
|
],
|
|
96003
96108
|
"command": [
|
|
96004
96109
|
"page-0003",
|
|
96110
|
+
"page-0008",
|
|
96005
96111
|
"page-0150",
|
|
96006
96112
|
"page-0696",
|
|
96007
96113
|
"page-0714",
|
|
@@ -96026,7 +96132,7 @@
|
|
|
96026
96132
|
"page-0180",
|
|
96027
96133
|
"page-0206",
|
|
96028
96134
|
"page-0215",
|
|
96029
|
-
"page-
|
|
96135
|
+
"page-0221",
|
|
96030
96136
|
"page-0376",
|
|
96031
96137
|
"page-0708",
|
|
96032
96138
|
"page-0953",
|
|
@@ -96478,7 +96584,7 @@
|
|
|
96478
96584
|
"read": [
|
|
96479
96585
|
"page-0005",
|
|
96480
96586
|
"page-0206",
|
|
96481
|
-
"page-
|
|
96587
|
+
"page-0221",
|
|
96482
96588
|
"page-0503",
|
|
96483
96589
|
"page-0685",
|
|
96484
96590
|
"page-0688",
|
|
@@ -97214,6 +97320,7 @@
|
|
|
97214
97320
|
"with": [
|
|
97215
97321
|
"page-0005",
|
|
97216
97322
|
"page-0007",
|
|
97323
|
+
"page-0008",
|
|
97217
97324
|
"page-0012",
|
|
97218
97325
|
"page-0015",
|
|
97219
97326
|
"page-0018",
|
|
@@ -97440,6 +97547,7 @@
|
|
|
97440
97547
|
],
|
|
97441
97548
|
"canvas": [
|
|
97442
97549
|
"page-0006",
|
|
97550
|
+
"page-0008",
|
|
97443
97551
|
"page-0073",
|
|
97444
97552
|
"page-1215"
|
|
97445
97553
|
],
|
|
@@ -97589,7 +97697,7 @@
|
|
|
97589
97697
|
"page-0114",
|
|
97590
97698
|
"page-0129",
|
|
97591
97699
|
"page-0201",
|
|
97592
|
-
"page-
|
|
97700
|
+
"page-0221",
|
|
97593
97701
|
"page-0544",
|
|
97594
97702
|
"page-0545"
|
|
97595
97703
|
],
|
|
@@ -97847,7 +97955,7 @@
|
|
|
97847
97955
|
"page-0205",
|
|
97848
97956
|
"page-0206",
|
|
97849
97957
|
"page-0219",
|
|
97850
|
-
"page-
|
|
97958
|
+
"page-0221",
|
|
97851
97959
|
"page-0807",
|
|
97852
97960
|
"page-0821",
|
|
97853
97961
|
"page-0885",
|
|
@@ -97938,6 +98046,65 @@
|
|
|
97938
98046
|
"insights?": [
|
|
97939
98047
|
"page-0007"
|
|
97940
98048
|
],
|
|
98049
|
+
"keyboard": [
|
|
98050
|
+
"page-0008",
|
|
98051
|
+
"page-0053",
|
|
98052
|
+
"page-0532",
|
|
98053
|
+
"page-0708",
|
|
98054
|
+
"page-0710"
|
|
98055
|
+
],
|
|
98056
|
+
"shortcuts": [
|
|
98057
|
+
"page-0008",
|
|
98058
|
+
"page-0053",
|
|
98059
|
+
"page-0708",
|
|
98060
|
+
"page-0710"
|
|
98061
|
+
],
|
|
98062
|
+
"controls": [
|
|
98063
|
+
"page-0008",
|
|
98064
|
+
"page-1264"
|
|
98065
|
+
],
|
|
98066
|
+
"move": [
|
|
98067
|
+
"page-0008",
|
|
98068
|
+
"page-0511",
|
|
98069
|
+
"page-0654",
|
|
98070
|
+
"page-1242"
|
|
98071
|
+
],
|
|
98072
|
+
"zoom": [
|
|
98073
|
+
"page-0008",
|
|
98074
|
+
"page-0488",
|
|
98075
|
+
"page-1033"
|
|
98076
|
+
],
|
|
98077
|
+
"more": [
|
|
98078
|
+
"page-0008",
|
|
98079
|
+
"page-0013",
|
|
98080
|
+
"page-0018",
|
|
98081
|
+
"page-0025",
|
|
98082
|
+
"page-0530",
|
|
98083
|
+
"page-0687",
|
|
98084
|
+
"page-1150",
|
|
98085
|
+
"page-1215"
|
|
98086
|
+
],
|
|
98087
|
+
"selected": [
|
|
98088
|
+
"page-0008"
|
|
98089
|
+
],
|
|
98090
|
+
"panel": [
|
|
98091
|
+
"page-0008",
|
|
98092
|
+
"page-0020",
|
|
98093
|
+
"page-0073",
|
|
98094
|
+
"page-1180"
|
|
98095
|
+
],
|
|
98096
|
+
"categories": [
|
|
98097
|
+
"page-0008",
|
|
98098
|
+
"page-1175"
|
|
98099
|
+
],
|
|
98100
|
+
"within": [
|
|
98101
|
+
"page-0008",
|
|
98102
|
+
"page-0013",
|
|
98103
|
+
"page-0100",
|
|
98104
|
+
"page-0517",
|
|
98105
|
+
"page-0718",
|
|
98106
|
+
"page-1215"
|
|
98107
|
+
],
|
|
97941
98108
|
"learning": [
|
|
97942
98109
|
"page-0009",
|
|
97943
98110
|
"page-0039"
|
|
@@ -98779,15 +98946,6 @@
|
|
|
98779
98946
|
"auditability": [
|
|
98780
98947
|
"page-0013"
|
|
98781
98948
|
],
|
|
98782
|
-
"more": [
|
|
98783
|
-
"page-0013",
|
|
98784
|
-
"page-0018",
|
|
98785
|
-
"page-0025",
|
|
98786
|
-
"page-0530",
|
|
98787
|
-
"page-0687",
|
|
98788
|
-
"page-1150",
|
|
98789
|
-
"page-1215"
|
|
98790
|
-
],
|
|
98791
98949
|
"granular": [
|
|
98792
98950
|
"page-0013"
|
|
98793
98951
|
],
|
|
@@ -99072,13 +99230,6 @@
|
|
|
99072
99230
|
"syslog": [
|
|
99073
99231
|
"page-0013"
|
|
99074
99232
|
],
|
|
99075
|
-
"within": [
|
|
99076
|
-
"page-0013",
|
|
99077
|
-
"page-0100",
|
|
99078
|
-
"page-0517",
|
|
99079
|
-
"page-0718",
|
|
99080
|
-
"page-1215"
|
|
99081
|
-
],
|
|
99082
99233
|
"streaming:": [
|
|
99083
99234
|
"page-0013"
|
|
99084
99235
|
],
|
|
@@ -99665,7 +99816,7 @@
|
|
|
99665
99816
|
"page-0135",
|
|
99666
99817
|
"page-0216",
|
|
99667
99818
|
"page-0220",
|
|
99668
|
-
"page-
|
|
99819
|
+
"page-0224",
|
|
99669
99820
|
"page-0228",
|
|
99670
99821
|
"page-0229",
|
|
99671
99822
|
"page-0239",
|
|
@@ -100211,7 +100362,7 @@
|
|
|
100211
100362
|
"page-0199",
|
|
100212
100363
|
"page-0203",
|
|
100213
100364
|
"page-0220",
|
|
100214
|
-
"page-
|
|
100365
|
+
"page-0224",
|
|
100215
100366
|
"page-0228",
|
|
100216
100367
|
"page-0229",
|
|
100217
100368
|
"page-0239",
|
|
@@ -101248,7 +101399,7 @@
|
|
|
101248
101399
|
"page-0170",
|
|
101249
101400
|
"page-0209",
|
|
101250
101401
|
"page-0217",
|
|
101251
|
-
"page-
|
|
101402
|
+
"page-0222",
|
|
101252
101403
|
"page-1164",
|
|
101253
101404
|
"page-1167",
|
|
101254
101405
|
"page-1207",
|
|
@@ -101299,7 +101450,7 @@
|
|
|
101299
101450
|
"page-0206",
|
|
101300
101451
|
"page-0210",
|
|
101301
101452
|
"page-0211",
|
|
101302
|
-
"page-
|
|
101453
|
+
"page-0221",
|
|
101303
101454
|
"page-0335",
|
|
101304
101455
|
"page-0466",
|
|
101305
101456
|
"page-0546",
|
|
@@ -101405,11 +101556,6 @@
|
|
|
101405
101556
|
"page-1229",
|
|
101406
101557
|
"page-1233"
|
|
101407
101558
|
],
|
|
101408
|
-
"panel": [
|
|
101409
|
-
"page-0020",
|
|
101410
|
-
"page-0073",
|
|
101411
|
-
"page-1180"
|
|
101412
|
-
],
|
|
101413
101559
|
"approval": [
|
|
101414
101560
|
"page-0020",
|
|
101415
101561
|
"page-0320",
|
|
@@ -103055,7 +103201,7 @@
|
|
|
103055
103201
|
"page-0994",
|
|
103056
103202
|
"page-0998",
|
|
103057
103203
|
"page-1001",
|
|
103058
|
-
"page-
|
|
103204
|
+
"page-1008",
|
|
103059
103205
|
"page-1010",
|
|
103060
103206
|
"page-1014",
|
|
103061
103207
|
"page-1018",
|
|
@@ -103251,7 +103397,7 @@
|
|
|
103251
103397
|
],
|
|
103252
103398
|
"public": [
|
|
103253
103399
|
"page-0045",
|
|
103254
|
-
"page-
|
|
103400
|
+
"page-0224",
|
|
103255
103401
|
"page-0908",
|
|
103256
103402
|
"page-1214",
|
|
103257
103403
|
"page-1215"
|
|
@@ -103259,7 +103405,7 @@
|
|
|
103259
103405
|
"rest": [
|
|
103260
103406
|
"page-0045",
|
|
103261
103407
|
"page-0151",
|
|
103262
|
-
"page-
|
|
103408
|
+
"page-0224"
|
|
103263
103409
|
],
|
|
103264
103410
|
"interaction": [
|
|
103265
103411
|
"page-0045"
|
|
@@ -103324,7 +103470,7 @@
|
|
|
103324
103470
|
],
|
|
103325
103471
|
"playground": [
|
|
103326
103472
|
"page-0049",
|
|
103327
|
-
"page-
|
|
103473
|
+
"page-0224"
|
|
103328
103474
|
],
|
|
103329
103475
|
"built": [
|
|
103330
103476
|
"page-0049",
|
|
@@ -104369,17 +104515,6 @@
|
|
|
104369
104515
|
"page-1040",
|
|
104370
104516
|
"page-1044"
|
|
104371
104517
|
],
|
|
104372
|
-
"keyboard": [
|
|
104373
|
-
"page-0053",
|
|
104374
|
-
"page-0532",
|
|
104375
|
-
"page-0708",
|
|
104376
|
-
"page-0710"
|
|
104377
|
-
],
|
|
104378
|
-
"shortcuts": [
|
|
104379
|
-
"page-0053",
|
|
104380
|
-
"page-0708",
|
|
104381
|
-
"page-0710"
|
|
104382
|
-
],
|
|
104383
104518
|
"(pyodide": [
|
|
104384
104519
|
"page-0053",
|
|
104385
104520
|
"page-0708"
|
|
@@ -105175,7 +105310,7 @@
|
|
|
105175
105310
|
"page-0203",
|
|
105176
105311
|
"page-0206",
|
|
105177
105312
|
"page-0211",
|
|
105178
|
-
"page-
|
|
105313
|
+
"page-0223",
|
|
105179
105314
|
"page-0552",
|
|
105180
105315
|
"page-0556",
|
|
105181
105316
|
"page-0560",
|
|
@@ -106701,7 +106836,7 @@
|
|
|
106701
106836
|
"email": [
|
|
106702
106837
|
"page-0144",
|
|
106703
106838
|
"page-0201",
|
|
106704
|
-
"page-
|
|
106839
|
+
"page-0223",
|
|
106705
106840
|
"page-0659",
|
|
106706
106841
|
"page-0690",
|
|
106707
106842
|
"page-0871",
|
|
@@ -107053,7 +107188,7 @@
|
|
|
107053
107188
|
],
|
|
107054
107189
|
"users": [
|
|
107055
107190
|
"page-0155",
|
|
107056
|
-
"page-
|
|
107191
|
+
"page-0223",
|
|
107057
107192
|
"page-0498",
|
|
107058
107193
|
"page-0554",
|
|
107059
107194
|
"page-0885",
|
|
@@ -107238,7 +107373,7 @@
|
|
|
107238
107373
|
],
|
|
107239
107374
|
"oidc": [
|
|
107240
107375
|
"page-0164",
|
|
107241
|
-
"page-
|
|
107376
|
+
"page-1008",
|
|
107242
107377
|
"page-1215",
|
|
107243
107378
|
"page-1238",
|
|
107244
107379
|
"page-1239"
|
|
@@ -107290,7 +107425,7 @@
|
|
|
107290
107425
|
"page-0165",
|
|
107291
107426
|
"page-0194",
|
|
107292
107427
|
"page-0206",
|
|
107293
|
-
"page-
|
|
107428
|
+
"page-0221",
|
|
107294
107429
|
"page-0231",
|
|
107295
107430
|
"page-0519",
|
|
107296
107431
|
"page-0526",
|
|
@@ -107582,7 +107717,7 @@
|
|
|
107582
107717
|
"page-0606",
|
|
107583
107718
|
"page-0607",
|
|
107584
107719
|
"page-0617",
|
|
107585
|
-
"page-
|
|
107720
|
+
"page-0620",
|
|
107586
107721
|
"page-0626",
|
|
107587
107722
|
"page-0631",
|
|
107588
107723
|
"page-0632",
|
|
@@ -108385,7 +108520,7 @@
|
|
|
108385
108520
|
],
|
|
108386
108521
|
"filesystem": [
|
|
108387
108522
|
"page-0212",
|
|
108388
|
-
"page-
|
|
108523
|
+
"page-0221"
|
|
108389
108524
|
],
|
|
108390
108525
|
"pruning": [
|
|
108391
108526
|
"page-0212",
|
|
@@ -108515,25 +108650,25 @@
|
|
|
108515
108650
|
"page-0228"
|
|
108516
108651
|
],
|
|
108517
108652
|
"hardening": [
|
|
108518
|
-
"page-
|
|
108653
|
+
"page-0221"
|
|
108519
108654
|
],
|
|
108520
108655
|
"sidecars": [
|
|
108521
|
-
"page-
|
|
108656
|
+
"page-0221"
|
|
108522
108657
|
],
|
|
108523
108658
|
"distroless": [
|
|
108524
|
-
"page-
|
|
108659
|
+
"page-0221"
|
|
108525
108660
|
],
|
|
108526
108661
|
"nobody": [
|
|
108527
|
-
"page-
|
|
108662
|
+
"page-0221"
|
|
108528
108663
|
],
|
|
108529
108664
|
"securing": [
|
|
108530
|
-
"page-
|
|
108665
|
+
"page-0222"
|
|
108531
108666
|
],
|
|
108532
108667
|
"registration": [
|
|
108533
|
-
"page-
|
|
108668
|
+
"page-0223"
|
|
108534
108669
|
],
|
|
108535
108670
|
"verified": [
|
|
108536
|
-
"page-
|
|
108671
|
+
"page-0223",
|
|
108537
108672
|
"page-0509",
|
|
108538
108673
|
"page-1037",
|
|
108539
108674
|
"page-1038",
|
|
@@ -110277,7 +110412,7 @@
|
|
|
110277
110412
|
"page-0473",
|
|
110278
110413
|
"page-0474",
|
|
110279
110414
|
"page-1007",
|
|
110280
|
-
"page-
|
|
110415
|
+
"page-1009",
|
|
110281
110416
|
"page-1126",
|
|
110282
110417
|
"page-1214"
|
|
110283
110418
|
],
|
|
@@ -110285,13 +110420,13 @@
|
|
|
110285
110420
|
"page-0473",
|
|
110286
110421
|
"page-0474",
|
|
110287
110422
|
"page-1007",
|
|
110288
|
-
"page-
|
|
110423
|
+
"page-1009",
|
|
110289
110424
|
"page-1126",
|
|
110290
110425
|
"page-1214"
|
|
110291
110426
|
],
|
|
110292
110427
|
"datacenter": [
|
|
110293
110428
|
"page-0474",
|
|
110294
|
-
"page-
|
|
110429
|
+
"page-1009"
|
|
110295
110430
|
],
|
|
110296
110431
|
"vero": [
|
|
110297
110432
|
"page-0475",
|
|
@@ -110349,10 +110484,6 @@
|
|
|
110349
110484
|
"page-0487",
|
|
110350
110485
|
"page-1032"
|
|
110351
110486
|
],
|
|
110352
|
-
"zoom": [
|
|
110353
|
-
"page-0488",
|
|
110354
|
-
"page-1033"
|
|
110355
|
-
],
|
|
110356
110487
|
"zulip": [
|
|
110357
110488
|
"page-0489",
|
|
110358
110489
|
"page-1035"
|
|
@@ -110561,11 +110692,6 @@
|
|
|
110561
110692
|
"page-1052",
|
|
110562
110693
|
"page-1206"
|
|
110563
110694
|
],
|
|
110564
|
-
"move": [
|
|
110565
|
-
"page-0511",
|
|
110566
|
-
"page-0654",
|
|
110567
|
-
"page-1242"
|
|
110568
|
-
],
|
|
110569
110695
|
"upload": [
|
|
110570
110696
|
"page-0511",
|
|
110571
110697
|
"page-0540",
|
|
@@ -111426,11 +111552,11 @@
|
|
|
111426
111552
|
],
|
|
111427
111553
|
"vercel": [
|
|
111428
111554
|
"page-0603",
|
|
111429
|
-
"page-
|
|
111555
|
+
"page-1008"
|
|
111430
111556
|
],
|
|
111431
111557
|
"gateway": [
|
|
111432
111558
|
"page-0603",
|
|
111433
|
-
"page-
|
|
111559
|
+
"page-1008"
|
|
111434
111560
|
],
|
|
111435
111561
|
"grok": [
|
|
111436
111562
|
"page-0604"
|
|
@@ -111465,16 +111591,16 @@
|
|
|
111465
111591
|
"reranker": [
|
|
111466
111592
|
"page-0618"
|
|
111467
111593
|
],
|
|
111468
|
-
"multiquery": [
|
|
111469
|
-
"page-0619"
|
|
111470
|
-
],
|
|
111471
111594
|
"contextual": [
|
|
111472
|
-
"page-
|
|
111595
|
+
"page-0619"
|
|
111473
111596
|
],
|
|
111474
111597
|
"compression": [
|
|
111475
|
-
"page-
|
|
111598
|
+
"page-0619",
|
|
111476
111599
|
"page-0653"
|
|
111477
111600
|
],
|
|
111601
|
+
"multiquery": [
|
|
111602
|
+
"page-0620"
|
|
111603
|
+
],
|
|
111478
111604
|
"character": [
|
|
111479
111605
|
"page-0623",
|
|
111480
111606
|
"page-0624"
|
|
@@ -112407,7 +112533,7 @@
|
|
|
112407
112533
|
"integration": [
|
|
112408
112534
|
"page-0885",
|
|
112409
112535
|
"page-0908",
|
|
112410
|
-
"page-
|
|
112536
|
+
"page-1009"
|
|
112411
112537
|
],
|
|
112412
112538
|
"receipt": [
|
|
112413
112539
|
"page-0888"
|
|
@@ -112802,9 +112928,6 @@
|
|
|
112802
112928
|
"deprecation": [
|
|
112803
112929
|
"page-1174"
|
|
112804
112930
|
],
|
|
112805
|
-
"categories": [
|
|
112806
|
-
"page-1175"
|
|
112807
|
-
],
|
|
112808
112931
|
"directories": [
|
|
112809
112932
|
"page-1176"
|
|
112810
112933
|
],
|
|
@@ -113582,9 +113705,6 @@
|
|
|
113582
113705
|
"components": [
|
|
113583
113706
|
"page-1262"
|
|
113584
113707
|
],
|
|
113585
|
-
"controls": [
|
|
113586
|
-
"page-1264"
|
|
113587
|
-
],
|
|
113588
113708
|
"positioning": [
|
|
113589
113709
|
"page-1265"
|
|
113590
113710
|
],
|
|
@@ -113650,6 +113770,7 @@
|
|
|
113650
113770
|
"page-0005",
|
|
113651
113771
|
"page-0006",
|
|
113652
113772
|
"page-0007",
|
|
113773
|
+
"page-0008",
|
|
113653
113774
|
"page-0009",
|
|
113654
113775
|
"page-0010",
|
|
113655
113776
|
"page-0011",
|