Overview
The Ai Pipeline node is designed to manage and execute AI-related workflows, specifically handling tasks within an AI pipeline. The 'Execute Task' operation allows users to run specific AI tasks such as converting files to text or processing text to text transformations. This node is useful in scenarios where automated AI processing is required, for example, extracting text from documents or transforming text data within an automated workflow.
Use Case Examples
- Converting a PDF file to text for further analysis.
- Transforming input text data using AI models for summarization or translation.
Properties
| Name | Meaning |
|---|---|
| Task Type | Specifies the type of AI task to execute, such as 'File to Text' or 'Text to Text'. |
| Task ID | Identifier for the specific task to be executed. |
Output
JSON
result- The output result of the executed AI task, typically the processed text or data.
Dependencies
- Requires an AI pipeline backend or service to process tasks, which may involve API keys or authentication tokens for access.
Troubleshooting
- Ensure the Task ID is correctly specified and corresponds to an existing task in the AI pipeline.
- Verify that the AI pipeline service is accessible and properly authenticated.
- Common errors may include invalid task type selection or missing task ID, which can be resolved by providing correct parameters.