Filter: classifai_ollama_embeddings_should_classify
Filter whether ClassifAI should classify an item.
Default is true, return false to skip classifying.
Parameters
Name | Type | Description |
---|---|---|
$should_classify | bool | Whether the item should be classified. Default true , return false to skip. |
$id | int | The ID of the item to be considered for classification. |
$type | string | The type of item to be considered for classification. |
Since
- 3.3.0
Source
Defined in includes/Classifai/Providers/Localhost/OllamaEmbeddings.php
at line 995
Returns
Whether the item should be classified.