Guides¶
Detailed usage guides for every feature of the MicroDC Python Client.
Job Types¶
- Text Generation (LLMComplete) -- Single-turn prompt-based generation
- Chat Conversations (LLMChat) -- Multi-turn conversational AI
- Embeddings (LLMEmbed) -- Vector embedding generation
- Document Processing (DocumentCall) -- File-based document analysis
Patterns¶
- Callbacks & Async -- Callback-based asynchronous workflows
- Batch Processing -- Process multiple jobs efficiently
- File Uploads -- Upload files and create download tokens
- Error Handling -- Handle errors and implement retries