diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-30 21:51:51 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-30 21:51:51 -0500 |
commit | ce6837fa73221874d965f3a01c45582c876a137b (patch) | |
tree | 329ac4cdc1364fbef3889c2c53b12bf0039bcfc9 /content/blog/2024-08-25-n8n-sentiment-analysis.org | |
parent | ce7676e478f1fd378015353d342df8c7b3248542 (diff) | |
download | cleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.tar.gz cleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.tar.bz2 cleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.zip |
update img links
Diffstat (limited to 'content/blog/2024-08-25-n8n-sentiment-analysis.org')
-rw-r--r-- | content/blog/2024-08-25-n8n-sentiment-analysis.org | 6 |
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 1800ea8..194844e 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://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240825-n8n-sentiment-analysis/workflow.png]] +[[https://img.cleberg.net/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://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240825-n8n-sentiment-analysis/positive_results.png]] +[[https://img.cleberg.net/blog/20240825-n8n-sentiment-analysis/positive_results.png]] #+caption: Negative Results -[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240825-n8n-sentiment-analysis/negative_results.png]] +[[https://img.cleberg.net/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. |