add intelligence worker and embedding generation for article processing

This commit is contained in:
ImBenji
2026-04-22 20:12:38 +01:00
parent 715172596f
commit ac7c87c6cf
11 changed files with 754 additions and 16 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ Without `id` — returns a paginated list of events. With `id` — returns a sin
```json
[
{ "id": 1, "title": "...", "created_at": "2025-01-01T12:35:10.000Z" }
{ "id": 1, "title": "...", "pub_date": "2025-01-01T12:34:56.000Z" }
]
```
@@ -134,7 +134,7 @@ Without `id` — returns a paginated list of events. With `id` — returns a sin
{
"id": 1,
"title": "...",
"created_at": "2025-01-01T12:35:10.000Z",
"pub_date": "2025-01-01T12:34:56.000Z",
"articles": [
{
"id": 123,