Action: classifai_ollama_embeddings_post_sort_embeddings_similarity
Fires after the embeddings similarity has been run and sorted.
Parameters
| Name | Type | Description |
|---|---|---|
| $sorted_results | array | The sorted embeddings similarity results. |
| $embeddings_similarity | array | The embeddings similarity results. |
| $post_id | int | ID of post to set terms on. |
| $embeddings | array | Embeddings data. |
| $link | bool | Whether to link the terms or not. |
Since
- 3.3.1
Source
Defined in includes/Classifai/Providers/Localhost/OllamaEmbeddings.php at line 608