diff options
| author | Christian Cleberg <[email protected]> | 2025-11-14 18:52:07 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-14 18:52:07 -0600 |
| commit | 8503ce886741af7bb40c1fbdb58ec6bc0b906a3c (patch) | |
| tree | 8e5d6b4de7b1b6a6ab85cd1a678f3f727d096264 /content/blog/2024-08-25-n8n-sentiment-analysis.org | |
| parent | ab1d0a88a5418a32f356564630e1cfba2f2329c4 (diff) | |
| download | cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.gz cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.bz2 cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.zip | |
fix alt-text for all remaining posts
Diffstat (limited to 'content/blog/2024-08-25-n8n-sentiment-analysis.org')
| -rw-r--r-- | content/blog/2024-08-25-n8n-sentiment-analysis.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org index 81c0bb2..a14abc9 100644 --- a/content/blog/2024-08-25-n8n-sentiment-analysis.org +++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org @@ -112,6 +112,7 @@ You can open the included workflow at and create a new configuration. #+caption: n8n Workflow +#+attr_html: :alt A canvas view of the worklow, showing an email trigger, if statement, sentiment analysis via Ollama, and send email action. [[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/workflow.webp]] This workflow contains the following nodes: @@ -150,9 +151,11 @@ send yourself a test email! After testing each step noted above, n8n provided the results below - it works! #+caption: Positive Results +#+attr_html: :alt An example showing that n8n marked an email as "Positive". [[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/positive_results.webp]] #+caption: Negative Results +#+attr_html: :alt An example showing that n8n marked an email as "Negative". [[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/negative_results.webp]] While this isn't anything earth-shattering, it does show easy it is to get |
