add intelligence worker and embedding generation for article processing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user