aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-08-25-n8n-sentiment-analysis.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-01 14:51:15 -0500
committerChristian Cleberg <[email protected]>2025-11-01 14:51:15 -0500
commit35533ac1040042826d4ad50ba3f4ceb0594c5a7e (patch)
tree8498f9fdcd461f43310e71149b26a35c0b64a0f9 /content/blog/2024-08-25-n8n-sentiment-analysis.org
parent39b1acc3d357e389198a43b4ebf64138f3e9248d (diff)
downloadcleberg.net-35533ac1040042826d4ad50ba3f4ceb0594c5a7e.tar.gz
cleberg.net-35533ac1040042826d4ad50ba3f4ceb0594c5a7e.tar.bz2
cleberg.net-35533ac1040042826d4ad50ba3f4ceb0594c5a7e.zip
convert all PNGs to WebP
Diffstat (limited to 'content/blog/2024-08-25-n8n-sentiment-analysis.org')
-rw-r--r--content/blog/2024-08-25-n8n-sentiment-analysis.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org
index e20156d..81c0bb2 100644
--- a/content/blog/2024-08-25-n8n-sentiment-analysis.org
+++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org
@@ -112,7 +112,7 @@ You can open the included workflow at
and create a new configuration.
#+caption: n8n Workflow
-[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/workflow.png]]
+[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/workflow.webp]]
This workflow contains the following nodes:
1. Email Trigger (IMAP)
@@ -150,10 +150,10 @@ send yourself a test email!
After testing each step noted above, n8n provided the results below - it works!
#+caption: Positive Results
-[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/positive_results.png]]
+[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/positive_results.webp]]
#+caption: Negative Results
-[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/negative_results.png]]
+[[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
started with n8n and large language models in a self-hosted environment.