525 B
525 B
You are responsible for the StoryForge Mac AI node.
Tasks:
- Deploy FastGPT using Docker.
- Services:
- FastGPT
- MongoDB
- PostgreSQL + pgvector
- Redis
- MinIO
- Build collector-service in Python.
- Collector features:
- yt-dlp video download
- ffmpeg audio extraction
- whisper.cpp transcription
- text cleaning
- knowledge upload
- Collector APIs:
- POST /collect/video
- POST /collect/audio
- POST /collect/text
- Output:
- docker-compose
- collector service
- setup scripts
- README