aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-08-25-n8n-sentiment-analysis.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-01 21:45:20 -0500
committerChristian Cleberg <[email protected]>2025-04-01 21:45:20 -0500
commit9061191da87f742248a9453505f99f70c8783cac (patch)
treecff7d9a3f5c6dd64a8273c6289b9ec48ae0fd4ad /content/blog/2024-08-25-n8n-sentiment-analysis.org
parent54ecf3762d22ac492f7a9a72c65423f26d5ae6cf (diff)
downloadcleberg.net-9061191da87f742248a9453505f99f70c8783cac.tar.gz
cleberg.net-9061191da87f742248a9453505f99f70c8783cac.tar.bz2
cleberg.net-9061191da87f742248a9453505f99f70c8783cac.zip
update image URIs
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 d997e98..393e3b4 100644
--- a/content/blog/2024-08-25-n8n-sentiment-analysis.org
+++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org
@@ -113,7 +113,7 @@ You can open the included workflow at
and create a new configuration.
#+caption: n8n Workflow
-[[https://img.cmc.pub/blog/20240825-n8n-sentiment-analysis/workflow.png]]
+[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/workflow.png]]
This workflow contains the following nodes:
1. Email Trigger (IMAP)
@@ -151,10 +151,10 @@ send yourself a test email!
After testing each step noted above, n8n provided the results below - it works!
#+caption: Positive Results
-[[https://img.cmc.pub/blog/20240825-n8n-sentiment-analysis/positive_results.png]]
+[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/positive_results.png]]
#+caption: Negative Results
-[[https://img.cmc.pub/blog/20240825-n8n-sentiment-analysis/negative_results.png]]
+[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/negative_results.png]]
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.