docs(roadmap): video content vectorization brainstorm and roadmap#644
Open
docs(roadmap): video content vectorization brainstorm and roadmap#644
Conversation
… tickets Scene-level video embeddings for cross-film recommendations, starting with English-only prototype. Uses Gemini 2.5 Flash to describe scenes from extracted frames + transcript, then embeds descriptions via existing text-embedding-3-small pipeline into a separate pgvector scene_embeddings table. Adds: - Requirements doc with phased rollout, storage schema, cost model, and technology research (Spotify RecSys 2025 validates this approach) - Parent feature feat-037 plus 9 sub-tickets (feat-038 through feat-046) covering data audit, scene boundaries, descriptions, embeddings table, backfill worker, visual fusion, recommendation API, pipeline integration, and demo experience frontend - Updates feat-009 blocks to include feat-037 dependency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Phase 1: en/es/fr to verify locale dedup - Use video segments via Gemini, not still frames - Extract: felt needs/themes, bible verses, content, tone, demographics - Locale-aware queries, no cross-locale bleed - No human tags, pure vector similarity for Phase 1 - Cost model ~$600-$900 for video segment approach - Schema: themes[], bible_verses[], demographics[] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🚅 Deployed to the forge-pr-644 environment in forge 4 services not affected by this PR
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scene_embeddingstable withthemes[],bible_verses[],demographics[]columnsTest plan
🤖 Generated with Claude Code