diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
commit | cfd90d4afe1bf3cc725dde8a872f3ac7238a5727 (patch) | |
tree | 60580b775dd55d8fd1eb124115ee21b90cfb4edf /content/blog/2024-08-25-n8n-sentiment-analysis.org | |
parent | 8fad949471ce31d5fa20c22bc3c4b8ed92ffcbb0 (diff) | |
download | cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.gz cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.bz2 cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.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.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 393e3b4..1800ea8 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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/workflow.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/positive_results.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240825-n8n-sentiment-analysis/positive_results.png]] #+caption: Negative Results -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240825-n8n-sentiment-analysis/negative_results.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/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. |