Skip to content

Commit b5176b1

Browse files
authored
Clarify background worker description in README
Updated the description of the background worker's functionality to clarify the process of task generation and storage.
1 parent 8c92e0b commit b5176b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/mastra-nextjs-postgres-redis

samples/mastra-nextjs-postgres-redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This sample shows a multi-service AI app built with [Mastra](https://mastra.ai/), Next.js, PostgreSQL (with pgvector), Redis, and BullMQ, deployed with Defang from a single Docker Compose file.
66

7-
A background worker generates sample tasks and events with an LLM, classifies each one, and stores vector embeddings in PostgreSQL for semantic search. A Mastra-powered chat agent uses tools to inspect the current state before answering questions.
7+
A background worker generates sample tasks and events with an LLM, pushes them to a queue, then they get classified and stored with vector embeddings in PostgreSQL for semantic search. A Mastra-powered chat agent uses tools to inspect the current state before answering questions.
88

99
## Prerequisites
1010

0 commit comments

Comments
 (0)