feat: integrate vaderSentiment analysis into article ingestion and search endpoints

This commit is contained in:
2025-10-06 07:35:02 +00:00
parent 6416b18ca6
commit 422e4bf0c9
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -164,6 +164,7 @@
<h2 class="article-title">
<a href="{{ article.link }}" target="_blank">{{ article.title }}</a>
</h2>
<input type="hidden" name="sentiment" value="{{ article.sentiment }}">
<div class="article-meta">
<span class="article-source">{{ article.feed_name }}</span>
{% if article.author %}