classify_text
Classify text into predefined categories using static embeddings for efficient topic identification.
Instructions
Classify text into predefined categories using static embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to classify | |
| top_k | No | Number of top categories to return (default: 3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |