-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmkdocs.en.ai-for-process.yml
More file actions
261 lines (259 loc) · 11.4 KB
/
mkdocs.en.ai-for-process.yml
File metadata and controls
261 lines (259 loc) · 11.4 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
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
site_name: Kore ai Docs
site_author: Kore ai Content Experience Team
docs_dir: 'docs/ai-for-process/'
site_dir: 'site/ai-for-process/'
site_url: https://docs.kore.ai/ai-for-process/
repo_name: Koredotcom/docs
repo_url: https://github.com/Koredotcom/docs
extra_css:
- stylesheets/extra_kore.css
theme:
favicon: images/Kore_logo_new.svg
name: material
custom_dir: overrides.en.ai-for-process
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.path
- navigation.footer
- navigation.instant
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- header.autohide
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: indigo
accent: indigo
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: indigo
accent: lime
plugins:
- search:
lang: tr
- glightbox
- redirects:
redirect_maps:
'settings/workspaces/workspace-mgmt.md': 'settings/workspaces/workspace-management.md'
extra:
version:
provider: mike
generator: false
analytics:
provider: google
property: G-560BYJFH0P
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- extra_js/feedback.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- toc:
permalink: true
title: On this Page
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets:
base_path: .
copyright: |
© 2026 Kore.ai, Inc. – All trademarks are the property of their respective owners.
nav:
- Home : home.md
- Getting Started:
- Introduction to AI for Process: getting-started/introduction.md
- Accessing AI for Process: getting-started/accessing-ai-for-process.md
- Release Notes:
- Recent Updates: release-notes/recent-updates.md
- Workflows:
- About Workflows: workflows/overview.md
- Create a Workflow: workflows/create-a-workflow.md
- Import a Workflow: workflows/import-a-workflow.md
- Workflow Builder:
- About Workflow Builder: workflows/workflow-builder/flows-overview.md
- About Triggers: workflows/workflow-builder/about-triggers.md
- Manage Flows:
- Manage Nodes in Flows: workflows/workflow-builder/manage-flow-nodes.md
- Manage Input and Output: workflows/workflow-builder/perform-other-actions-on-the-flow-builder/manage-input-and-output.md
- Run the Flow: workflows/workflow-builder/perform-other-actions-on-the-flow-builder/run-the-flow.md
- Create a Version of the Flow: workflows/workflow-builder/perform-other-actions-on-the-flow-builder/create-a-new-version-of-the-flow.md
- Types of Nodes:
- Start Node: workflows/workflow-builder/types-of-nodes/start-node.md
- AI Node:
- About AI Nodes: workflows/workflow-builder/types-of-nodes/ai-node.md
- Text to Text Node: workflows/workflow-builder/types-of-nodes/text-to-text-node.md
- Text to Image Node: workflows/workflow-builder/types-of-nodes/text-to-image-node.md
- Audio to Text Node: workflows/workflow-builder/types-of-nodes/audio-to-text-node.md
- Image to Text Node: workflows/workflow-builder/types-of-nodes/image-to-text-node.md
- Integration Node: workflows/workflow-builder/types-of-nodes/integration-node.md
- Browser Node: workflows/workflow-builder/types-of-nodes/browser-node.md
- API Node: workflows/workflow-builder/types-of-nodes/api-node.md
- Function Node: workflows/workflow-builder/types-of-nodes/function-node.md
- Condition Node: workflows/workflow-builder/types-of-nodes/condition-node.md
- DocSearch Node: workflows/workflow-builder/types-of-nodes/docsearch-node.md
- Loop Node: workflows/workflow-builder/types-of-nodes/loop-node.md
- Human Node: workflows/workflow-builder/types-of-nodes/human-node.md
- Agentic App Node: workflows/workflow-builder/types-of-nodes/agentic-app-node.md
- Doc Intelligence Node: workflows/workflow-builder/types-of-nodes/doc-intelligence-node.md
- End Node: workflows/workflow-builder/types-of-nodes/end-node.md
- Delay Node: workflows/workflow-builder/types-of-nodes/delay-node.md
- Workflow Change Log: workflows/workflow-builder/workflow-canvas-change-log.md
- Sharing & Permissions:
- Manage User Roles and Permissions: workflows/manage-user-roles-and-permissions.md
- Workflow Endpoint:
- Deploy a Workflow: workflows/deploy-a-workflow.md
- API Keys:
- Create an API Key: workflows/create-a-new-api-key.md
- Monitoring:
- Triggers: workflows/monitoring/triggers.md
- Workflow Monitor:
- About Workflow Monitor: workflows/monitoring/about-workflow-monitor.md
- Accessing Workflow Monitor: workflows/monitoring/accessing-workflow-monitor.md
- Understanding Workflow Monitor: workflows/monitoring/understanding-the-workflow-monitor-interface.md
- Guardrails:
- About Guardrails: workflows/guardrails/overview.md
- Add a Scanner: workflows/guardrails/add-a-scanner.md
- Test Guardrail: workflows/guardrails/test-guardrail.md
- Manage Guardrails: workflows/guardrails/manage-guardrails.md
- Audit Logs:
- Workflow Audit Logs: workflows/workflow-audit-log.md
- Configurations:
- Configure a Workflow: workflows/configure-a-workflow.md
- Export a Workflow: workflows/export-a-workflow.md
- Import Workflow as a Version: workflows/import-a-workflow.md
- Inbox:
- About Inbox: workflows/inbox.md
- Models:
- About Models: models/overview.md
- Model Factory:
- Fine-Tuned Models:
- Managing Fine-Tuned Models: models/fine-tune-models/managing-fine-tuned-models.md
- Create a Model: models/fine-tune-models/create-a-fine-tuned-model.md
- Deploy a Model: models/fine-tune-models/deploy-a-fine-tuned-model.md
- Model Settings:
- Overview: models/fine-tune-models/model-settings-overview.md
- Model Endpoint: models/fine-tune-models/view-the-generated-api-endpoint.md
- API Keys: models/fine-tune-models/generate-an-api-key.md
- Configurations: models/fine-tune-models/configure-your-fine-tuned-model.md
- Export a Model: models/fine-tune-models/export-your-fine-tuned-model.md
- Model Hub:
- Open-Source Models:
- Managing Open-Source Models: models/open-source-models/open-source-summary.md
- Import a Model: models/open-source-models/importing-models.md
- Deploy a Model:
- Deploy an Open-Source Model: models/open-source-models/select-and-deploy-an-open-source-model.md
- Deploy a Hugging Face Model: models/open-source-models/deploy-an-imported-model-from-hugging-face.md
- Model Optimization Techniques: models/open-source-models/model-optimization.md
- Model Settings:
- Model Endpoint: models/open-source-models/view-the-generated-api-endpoint.md
- API Keys: models/open-source-models/generate-an-api-key-open-source.md
- Configurations: models/open-source-models/configure-your-open-source-model.md
- External Models:
- Managing External Models: models/external-models/managing-external-models.md
- Add a Model using Easy Integration: models/external-models/add-an-external-model-using-easy-integration.md
- Add a Model using API Integration: models/external-models/add-an-external-model-using-api-integration.md
- Supported Models: models/supported-models.md
- Prompts:
- About Prompt Studio: prompts/about-prompt-studio.md
- Accessing Prompt Studio: prompts/accessing-prompt-studio.md
- Using Prompt Studio: prompts/using-prompt-studio.md
- Advanced Features: prompts/advanced-features.md
- More Options on Prompt Studio: prompts/options-prompt-canvas.md
- Administration:
- About Settings: settings/overview.md
- About Workspaces: settings/workspaces/workspace-management.md
- User Management:
- Overview: settings/user-management/overview.md
- User Management: settings/user-management/users.md
- Invite a User: settings/user-management/invite-a-user.md
- Add Users from Active Directory: settings/user-management/settings/active-directory.md
- Role Management: settings/user-management/role-management.md
- Integrations:
- About Integrations: settings/integrations/about-integrations.md
- Enable Hugging Face: settings/integrations/enable-hugging-face.md
- Integrate with S3 Bucket: settings/integrations/integrate-with-s3-bucket.md
- Integrate with Weights & Biases: settings/integrations/integrate-with-wandb.md
- Manage Custom Scripts:
- Deploy and Manage Scripts: settings/manage-custom-scripts/custom-scripts.md
- Manage Models:
- Manage OCR Models: settings/manage-models/manage-ocr.md
- Browser Automation:
- Deployment: settings/browser-automation/deployment.md
- Playground: settings/browser-automation/playground.md
- Monitoring:
- About Monitoring: settings/monitoring/overview.md
- Audit Logs: settings/monitoring/audit-logs.md
- Analytics:
- Workflow Analytics Dashboard: settings/monitoring/analytics/workflows-analytics-dashboard.md
- Model Analytics Dashboard: settings/monitoring/analytics/model-analytics-dashboard.md
- Model Traces: settings/monitoring/analytics/model-traces.md
- Custom Scripts: settings/monitoring/monitoring-custom-scripts.md
- Security & Control:
- Single Sign On: settings/security-and-control/single-sign-on.md
- Authorization Profile: settings/security-and-control/authorization-profile.md
- API Scopes: settings/security-and-control/api-scopes.md
- Billing:
- Billing and Usage: settings/billing/billing-and-usage.md
- Managing Usage Limits: settings/billing/managing-usage-limits.md
- Data:
- Manage Data: settings/data/manage-datasets.md