feat: generate transcript and event-driven particle processing
This generates the transcript and shows the caption experience on the client side for media particles. It also simplifies other side effects that we must perform such as updating the `last_child_created_at` field for stream and container particles.
This commit is contained in:
@@ -29,3 +29,14 @@ spec:
|
||||
env:
|
||||
- name: "GCP_PROJECT"
|
||||
value: "flowy-dev-440017"
|
||||
- name: "GCS_BUCKET"
|
||||
value: "flowy-llink-bucket"
|
||||
- name: "GOOGLE_SERVICE_ACCOUNT_EMAIL"
|
||||
value: "[email protected]"
|
||||
- name: "LLINK_POSTGRES_CONNECTION_URL"
|
||||
value: "postgresql://neondb_owner:npg_ysiLkYo3Ez9G@ep-aged-feather-amfusyhe-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
|
||||
- name: "DEEPGRAM_API_KEY"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: shared-secrets
|
||||
key: DEEPGRAM_SECRET
|
||||
|
||||
Reference in New Issue
Block a user