Skip to content

feat(attachment-summarizer): implement attachment summarizer service#90

Open
lb1192176991-lab wants to merge 1 commit into
warpspeedopen-source:mainfrom
lb1192176991-lab:bounty/1-attachment-summarizer
Open

feat(attachment-summarizer): implement attachment summarizer service#90
lb1192176991-lab wants to merge 1 commit into
warpspeedopen-source:mainfrom
lb1192176991-lab:bounty/1-attachment-summarizer

Conversation

@lb1192176991-lab

Copy link
Copy Markdown

Implement a Node.js/TypeScript/Prisma attachment summarizer service that:

  • Consumes attachment events from AWS SQS via long-polling
  • Downloads attachments from Google Cloud Storage
  • Extracts content from PDF, Word, Excel, text, HTML, and image files
  • Generates natural-language summaries using a self-hosted Ollama LLM
  • Tracks processing state and events in PostgreSQL via Prisma
  • Includes error handling, logging, Docker setup, and Jest tests

Closes #1

Implement a Node.js/TypeScript/Prisma attachment summarizer service that:
- Consumes attachment events from AWS SQS via long-polling
- Downloads attachments from Google Cloud Storage
- Extracts content from PDF, Word, Excel, text, HTML, and image files
- Generates natural-language summaries using a self-hosted Ollama LLM
- Tracks processing state and events in PostgreSQL via Prisma
- Includes error handling, logging, Docker setup, and Jest tests

Closes warpspeedopen-source#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PAID BOUNTY - $960] Attachment Summarizer Service

2 participants