-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
371 lines (371 loc) · 20.7 KB
/
Copy pathmkdocs.yml
File metadata and controls
371 lines (371 loc) · 20.7 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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
site_name: Docs | Practicus AI
site_description: Practicus AI developer (SDK), admin, and end user documentation.
site_url: https://docs.practicus.ai
theme:
name: material
custom_dir: overrides
features:
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to dark mode
logo: img/practicus.png
favicon: img/practicus.png
language: en
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-XHY4LGW10Y
nav:
- Welcome: index.md
- Getting Started: getting-started.md
- Tutorials: tutorials.md
- Technical Tutorial:
- Getting Started:
- Introduction: technical-tutorial/getting-started/introduction.md
- Workers: technical-tutorial/getting-started/workers.md
- Workspaces: technical-tutorial/getting-started/workspaces.md
- Add-Ons: technical-tutorial/getting-started/add-ons.md
- Generative AI:
- Introduction: technical-tutorial/generative-ai/introduction.md
- Apps:
- Build: technical-tutorial/generative-ai/apps/build.md
- Model Serving:
- LLM:
- Model Serving: technical-tutorial/generative-ai/model-serving/llm/model-serving.md
- Gateway:
- Model Gateway: technical-tutorial/generative-ai/model-serving/gateway/model-gateway.md
- Guardrails And Policies: technical-tutorial/generative-ai/model-serving/gateway/guardrails-and-policies.md
- MCP Gateway: technical-tutorial/generative-ai/model-serving/gateway/mcp-gateway.md
- Custom:
- Models:
- Build: technical-tutorial/generative-ai/model-serving/custom/models/build.md
- Embeddings:
- Build: technical-tutorial/generative-ai/model-serving/custom/embeddings/build.md
- LangChain:
- Build: technical-tutorial/generative-ai/model-serving/custom/langchain/build.md
- Vector Databases:
- Qdrant: technical-tutorial/generative-ai/vector-databases/qdrant.md
- Milvus: technical-tutorial/generative-ai/vector-databases/milvus.md
- Relational Databases:
- Build: technical-tutorial/generative-ai/relational-databases/build.md
- Message Queues:
- Build: technical-tutorial/generative-ai/message-queues/build.md
- Agentic AI:
- Build: technical-tutorial/generative-ai/agentic-ai/build.md
- MCP:
- Build: technical-tutorial/generative-ai/mcp/build.md
- Workflows:
- Introduction: technical-tutorial/workflows/introduction.md
- Tasks:
- Task Basics: technical-tutorial/workflows/tasks/task-basics.md
- Airflow:
- Deploying On Airflow: technical-tutorial/workflows/airflow/deploying-on-airflow.md
- AI Studio:
- Generating Wokflows: technical-tutorial/workflows/AI-Studio/generating-wokflows.md
- Mlflow:
- Insurance Mlflow: technical-tutorial/workflows/mlflow/insurance-mlflow.md
- Modeling:
- Introduction: technical-tutorial/modeling/introduction.md
- Sample Modeling:
- Build And Deploy: technical-tutorial/modeling/sample-modeling/build-and-deploy.md
- Distributed Computing:
- Introduction: technical-tutorial/distributed-computing/introduction.md
- Spark:
- Interactive:
- Start Cluster: technical-tutorial/distributed-computing/spark/interactive/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/spark/interactive/use-cluster.md
- Batch Job:
- Batch Job: technical-tutorial/distributed-computing/spark/batch-job/batch-job.md
- Auto Scaled:
- Interactive:
- Start Cluster: technical-tutorial/distributed-computing/spark/auto-scaled/interactive/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/spark/auto-scaled/interactive/use-cluster.md
- Batch:
- Batch Job: technical-tutorial/distributed-computing/spark/auto-scaled/batch/batch-job.md
- Dask:
- Interactive:
- Start Cluster: technical-tutorial/distributed-computing/dask/interactive/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/dask/interactive/use-cluster.md
- Batch Job:
- Batch Job: technical-tutorial/distributed-computing/dask/batch-job/batch-job.md
- Distributed Training:
- XGBoost: technical-tutorial/distributed-computing/dask/distributed-training/xgboost.md
- DeepSpeed:
- Basics:
- Intro To DeepSpeed: technical-tutorial/distributed-computing/deepspeed/basics/intro-to-deepspeed.md
- LLM Fine Tuning:
- Llms With DeepSpeed: technical-tutorial/distributed-computing/deepspeed/llm-fine-tuning/llms-with-deepspeed.md
- Ray:
- Interactive:
- Start Cluster: technical-tutorial/distributed-computing/ray/interactive/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/ray/interactive/use-cluster.md
- Batch Job:
- Batch Job: technical-tutorial/distributed-computing/ray/batch-job/batch-job.md
- Modin:
- Start Cluster: technical-tutorial/distributed-computing/ray/modin/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/ray/modin/use-cluster.md
- Vllm:
- Start Cluster: technical-tutorial/distributed-computing/ray/vllm/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/ray/vllm/use-cluster.md
- Custom Adaptor:
- Start Cluster: technical-tutorial/distributed-computing/custom-adaptor/start-cluster.md
- Use Cluster: technical-tutorial/distributed-computing/custom-adaptor/use-cluster.md
- Unified DevOps:
- Introduction: technical-tutorial/unified-devops/introduction.md
- Secrets With Vault: technical-tutorial/unified-devops/secrets-with-vault.md
- Automated Init:
- Build: technical-tutorial/unified-devops/automated-init/build.md
- Automated Git Sync: technical-tutorial/unified-devops/automated-git-sync.md
- Git Integrated CICD: technical-tutorial/unified-devops/git-integrated-cicd.md
- Build Custom Images: technical-tutorial/unified-devops/build-custom-images.md
- Notifications: technical-tutorial/unified-devops/notifications.md
- Operations Guide:
- Getting Started: technical-tutorial/operations-guide/getting-started.md
- K8s-Setup: technical-tutorial/operations-guide/k8s-setup.md
- Custom Images: technical-tutorial/operations-guide/custom-images.md
- Users Groups: technical-tutorial/operations-guide/users-groups.md
- Resource Management: technical-tutorial/operations-guide/resource-management.md
- Storage: technical-tutorial/operations-guide/storage.md
- Model Deployment: technical-tutorial/operations-guide/model-deployment.md
- App Deployment: technical-tutorial/operations-guide/app-deployment.md
- Git Configuration: technical-tutorial/operations-guide/git-configuration.md
- Object Storage: technical-tutorial/operations-guide/object-storage.md
- Add On Services: technical-tutorial/operations-guide/add-on-services.md
- Enterprise SSO: technical-tutorial/operations-guide/enterprise-sso.md
- AI Assistants: technical-tutorial/operations-guide/ai-assistants.md
- MFA: technical-tutorial/operations-guide/mfa.md
- Network Security: technical-tutorial/operations-guide/network-security.md
- Admin Pod For User Folder Inspection: technical-tutorial/operations-guide/admin-pod-for-user-folder-inspection.md
- Automating Kerberos Ticket Renewal With Cron: technical-tutorial/operations-guide/automating-kerberos-ticket-renewal-with-cron.md
- Delete Specific Trash Folders: technical-tutorial/operations-guide/delete-specific-trash-folders.md
- Trino API Guide: technical-tutorial/operations-guide/trino-api-guide.md
- Autoscaling With Keda: technical-tutorial/operations-guide/autoscaling-with-keda.md
- Container Images: technical-tutorial/operations-guide/container-images.md
- How To:
- Automate Notebooks:
- Executing Notebooks: technical-tutorial/how-to/automate-notebooks/executing-notebooks.md
- Improve Code Quality:
- Automated Code Quality: technical-tutorial/how-to/improve-code-quality/automated-code-quality.md
- Manage Prompts:
- Prompt Management: technical-tutorial/how-to/manage-prompts/prompt-management.md
- Automate Kerberos Tickets: technical-tutorial/how-to/automate-kerberos-tickets.md
- Cache Large Model Files: technical-tutorial/how-to/cache-large-model-files.md
- Change Vs Code Defaults: technical-tutorial/how-to/change-vs-code-defaults.md
- Configure Advanced Gpu: technical-tutorial/how-to/configure-advanced-gpu.md
- Configure Workspaces: technical-tutorial/how-to/configure-workspaces.md
- Create Virtual Envs: technical-tutorial/how-to/create-virtual-envs.md
- Customize Templates: technical-tutorial/how-to/customize-templates.md
- Hosting Temporary Apis: technical-tutorial/how-to/hosting-temporary-apis.md
- Integrate Git: technical-tutorial/how-to/integrate-git.md
- MCP Langgraph: technical-tutorial/how-to/mcp-langgraph.md
- Model Tokens: technical-tutorial/how-to/model-tokens.md
- Personal Startup Scripts: technical-tutorial/how-to/personal-startup-scripts.md
- Share Workers: technical-tutorial/how-to/share-workers.md
- Upload Files With Apphost: technical-tutorial/how-to/upload-files-with-apphost.md
- Use Custom Metrics: technical-tutorial/how-to/use-custom-metrics.md
- Use Graph Databases: technical-tutorial/how-to/use-graph-databases.md
- Use Polars: technical-tutorial/how-to/use-polars.md
- Use Security Tokens: technical-tutorial/how-to/use-security-tokens.md
- View Stats: technical-tutorial/how-to/view-stats.md
- Vs Code Extensions: technical-tutorial/how-to/vs-code-extensions.md
- Work With Connections: technical-tutorial/how-to/work-with-connections.md
- Work With Data Catalog: technical-tutorial/how-to/work-with-data-catalog.md
- Work With Processes: technical-tutorial/how-to/work-with-processes.md
- Extras:
- Modeling:
- AutoML: technical-tutorial/extras/modeling/AutoML.md
- Data Mining:
- Pattern Mining: technical-tutorial/extras/modeling/data-mining/pattern-mining.md
- Examples:
- Bank Marketing:
- Bank Marketing: technical-tutorial/extras/modeling/examples/bank-marketing/bank-marketing.md
- Model Observability:
- Model Observability: technical-tutorial/extras/modeling/model-observability/model-observability.md
- Model Tracking:
- Experiment Tracking:
- Experiment Tracking Logging: technical-tutorial/extras/modeling/model-tracking/experiment-tracking/experiment-tracking-logging.md
- Experiment Tracking Model Training: technical-tutorial/extras/modeling/model-tracking/experiment-tracking/experiment-tracking-model-training.md
- Model Drift:
- Model Drift: technical-tutorial/extras/modeling/model-tracking/model-drift/model-drift.md
- Shap Analysis: technical-tutorial/extras/modeling/shap-analysis.md
- SparkML:
- Ice Cream:
- SparkML Ice Cream: technical-tutorial/extras/modeling/sparkml/ice-cream/sparkml-ice-cream.md
- Spark For Ds:
- Spark Tutorial: technical-tutorial/extras/modeling/sparkml/spark-for-ds/spark-tutorial.md
- Spark With Job:
- Batch Job: technical-tutorial/extras/modeling/sparkml/spark-with-job/batch-job.md
- XGBoost:
- XGBoost: technical-tutorial/extras/modeling/xgboost/xgboost.md
- Zip Unzip:
- Zip Unzip: technical-tutorial/extras/modeling/zip-unzip/zip-unzip.md
- Workflows:
- API Triggers For Airflow: technical-tutorial/extras/workflows/api-triggers-for-airflow.md
- Run Task Safe:
- Deploy: technical-tutorial/extras/workflows/run-task-safe/deploy.md
- Task Parameters: technical-tutorial/extras/workflows/task-parameters.md
- Task Runnner App:
- Build: technical-tutorial/extras/workflows/task-runnner-app/build.md
- Generative AI:
- Agentic Use Cases:
- Growth Strategist:
- Build: technical-tutorial/extras/generative-ai/agentic-use-cases/growth-strategist/build.md
- Hr:
- Build: technical-tutorial/extras/generative-ai/agentic-use-cases/hr/build.md
- Inventroy:
- Build: technical-tutorial/extras/generative-ai/agentic-use-cases/inventroy/build.md
- Product Rec:
- Build: technical-tutorial/extras/generative-ai/agentic-use-cases/product-rec/build.md
- Retention Strategist:
- Build: technical-tutorial/extras/generative-ai/agentic-use-cases/retention-strategist/build.md
- AI Assistants:
- AI Assistants: technical-tutorial/extras/generative-ai/ai-assistants/ai-assistants.md
- Databases:
- Using Databases: technical-tutorial/extras/generative-ai/databases/using-databases.md
- Deploying LLM:
- Introduction: technical-tutorial/extras/generative-ai/deploying-llm/Introduction.md
- Preparation:
- Model Download: technical-tutorial/extras/generative-ai/deploying-llm/Preparation/Model-Download.md
- Upload LLM: technical-tutorial/extras/generative-ai/deploying-llm/Preparation/Upload-LLM.md
- Basic Deployment:
- Model: technical-tutorial/extras/generative-ai/deploying-llm/basic-deployment/model.md
- Model Json: technical-tutorial/extras/generative-ai/deploying-llm/basic-deployment/model-json.md
- Deploy: technical-tutorial/extras/generative-ai/deploying-llm/basic-deployment/deploy.md
- Consume Parallel: technical-tutorial/extras/generative-ai/deploying-llm/basic-deployment/consume-parallel.md
- LangChain Deployment:
- Model: technical-tutorial/extras/generative-ai/deploying-llm/langchain-deployment/model.md
- Model Json: technical-tutorial/extras/generative-ai/deploying-llm/langchain-deployment/model-json.md
- Deploy: technical-tutorial/extras/generative-ai/deploying-llm/langchain-deployment/deploy.md
- Consume Parallel: technical-tutorial/extras/generative-ai/deploying-llm/langchain-deployment/consume-parallel.md
- Combined Method:
- Model: technical-tutorial/extras/generative-ai/deploying-llm/combined-method/model.md
- Model Json: technical-tutorial/extras/generative-ai/deploying-llm/combined-method/model-json.md
- Deploy: technical-tutorial/extras/generative-ai/deploying-llm/combined-method/deploy.md
- Consume Parallel: technical-tutorial/extras/generative-ai/deploying-llm/combined-method/consume-parallel.md
- Examples:
- Cv Assistant:
- Cv Assistant: technical-tutorial/extras/generative-ai/examples/cv-assistant/cv-assistant.md
- Ecomm-Sdk:
- Memory Chabot: technical-tutorial/extras/generative-ai/examples/ecomm-sdk/memory-chabot.md
- Email E Assistant:
- Mail E-Assistant: technical-tutorial/extras/generative-ai/examples/email-e-assistant/mail-e-assistant.md
- Memory-Chatbot-Sdk:
- Chatbot-Console-OpenAI: technical-tutorial/extras/generative-ai/examples/memory-chatbot-sdk/chatbot-console-openai.md
- Stream Chatbot:
- Memory Chabot: technical-tutorial/extras/generative-ai/examples/memory-chatbot-sdk/stream-chatbot/memory-chabot.md
- Mobile-Banking:
- Mobile-Banking: technical-tutorial/extras/generative-ai/examples/mobile-banking/mobile-banking.md
- Prtchatbot:
- Prtchatbot: technical-tutorial/extras/generative-ai/examples/prtchatbot/prtchatbot.md
- LangChain:
- Lang Chain LLM Model: technical-tutorial/extras/generative-ai/langchain/lang-chain-llm-model.md
- LangChain Legacy:
- LangChain Basics: technical-tutorial/extras/generative-ai/langchain-legacy/langchain-basics.md
- Streaming: technical-tutorial/extras/generative-ai/langchain-legacy/streaming.md
- Embeddings: technical-tutorial/extras/generative-ai/langchain-legacy/embeddings.md
- LangChain Serving:
- Build: technical-tutorial/extras/generative-ai/langchain-legacy/langchain-serving/build.md
- Langflow Apis:
- Langflow API: technical-tutorial/extras/generative-ai/langflow-apis/langflow-api.md
- LLM Apps:
- API LLM Apphost:
- Build: technical-tutorial/extras/generative-ai/llm-apps/api-llm-apphost/build.md
- Sdk LLM Apphost:
- Non-Stream:
- Sdk Streamlit Hosting: technical-tutorial/extras/generative-ai/llm-apps/sdk-llm-apphost/non-stream/sdk-streamlit-hosting.md
- Langflow LLM Apphost:
- Langflow Streamlit Hosting: technical-tutorial/extras/generative-ai/llm-apps/langflow-llm-apphost/langflow-streamlit-hosting.md
- LLM Evaluation:
- Overview: technical-tutorial/extras/generative-ai/llm-evaluation/Overview.md
- Rogue: technical-tutorial/extras/generative-ai/llm-evaluation/ROGUE.md
- Bleu: technical-tutorial/extras/generative-ai/llm-evaluation/BLEU.md
- Bleurt: technical-tutorial/extras/generative-ai/llm-evaluation/BLEURT.md
- Bertscore: technical-tutorial/extras/generative-ai/llm-evaluation/BERTScore.md
- Meteor: technical-tutorial/extras/generative-ai/llm-evaluation/METEOR.md
- Perplexity: technical-tutorial/extras/generative-ai/llm-evaluation/Perplexity.md
- Milvus Embedding And LangChain:
- Milvus Chain: technical-tutorial/extras/generative-ai/milvus-embedding-and-langchain/milvus-chain.md
- Vector Visualization:
- Build: technical-tutorial/extras/generative-ai/vector-visualization/build.md
- Data Analysis:
- Plot:
- Introduction: technical-tutorial/extras/data-analysis/plot/introduction.md
- Multiple Layers: technical-tutorial/extras/data-analysis/plot/multiple-layers.md
- Eda:
- Analyze: technical-tutorial/extras/data-analysis/eda/analyze.md
- Drill Down:
- Analyze: technical-tutorial/extras/data-analysis/drill-down/analyze.md
- Data Processing:
- Pre Process Data:
- Preprocess: technical-tutorial/extras/data-processing/pre-process-data/preprocess.md
- Process Data:
- Insurance: technical-tutorial/extras/data-processing/process-data/insurance.md
- Insurance With Remote Worker: technical-tutorial/extras/data-processing/process-data/insurance-with-remote-worker.md
- Spark Custom Config: technical-tutorial/extras/data-processing/process-data/spark-custom-config.md
- Spark Object Storage: technical-tutorial/extras/data-processing/process-data/spark-object-storage.md
- Big Data Analytics:
- Trino:
- Trino Iceberg API Integration: technical-tutorial/extras/big-data-analytics/trino/trino-iceberg-API-integration.md
- AI Studio Tutorial:
- Getting Started: ai-studio-tutorial/start.md
- Intro to Data Analysis: ai-studio-tutorial/data-analysis-intro.md
- Intro to Plot: ai-studio-tutorial/plot.md
- Intro to Data Preparation: ai-studio-tutorial/data-prep-intro.md
- Snippets: ai-studio-tutorial/snippets.md
- Intro to Workflow Services: ai-studio-tutorial/Workflow.md
- Intro to Cloud Workers: ai-studio-tutorial/worker-node-intro.md
- Explore Cloud Data Sources: ai-studio-tutorial/explore.md
- Data Profiling: ai-studio-tutorial/data-profiling.md
- Modeling with AutoML: ai-studio-tutorial/model.md
- Models and Experiments: ai-studio-tutorial/Experiment-Service.md
- Making Predictions: ai-studio-tutorial/predict.md
- Working with SQL: ai-studio-tutorial/sql.md
- Analyzing and preparing data with GPT: ai-studio-tutorial/chatgpt.md
- Custom ML Models: ai-studio-tutorial/develop_ml_models.md
- Next Steps: ai-studio-tutorial/next-steps.md
- SDK v25.5.4: sdk/practicuscore.html
- Legacy:
- Setup Guide: legacy/setup-guide.md
- Open MLOps:
- Home: legacy/mlops.md
- For developers: legacy/model-api.md
- Open DataOps:
- Modern Data Pipelines: legacy/modern-data-pipelines.md
- Code Export: legacy/code-export.md
- Airflow integration: legacy/airflow.md
- Explore: legacy/explore.md
- Cloud: legacy/cloud.md
- Analyze: legacy/analyze.md
- Model: legacy/model.md
- Prepare:
- Prepare with App: legacy/prepare.md
- Prepare with Excel: legacy/excel-prep.md
- Join: legacy/join.md
- Predict:
- Predict with App: legacy/predict.md
- Predict with Excel: legacy/excel-predict.md
- AWS IAM policies: legacy/aws-iam.md
- Logging: legacy/logging.md
- Spreadsheets SDK:
- Home: legacy/sdk-start.md
- Data Preparation use case: legacy/data-prep.md
- Sharing AI Models use case: legacy/share-models.md
- API Reference: legacy/api-reference.md
- Advanced Features: legacy/advanced.md
- Demo Videos: https://practicus.ai/demo
- Feedback: legacy/feedback.md