Skip to content

Add job_id to table schemata.#2096

Draft
whilo wants to merge 6 commits intoedgefrom
cweilbach/add-job-id-to-schemata
Draft

Add job_id to table schemata.#2096
whilo wants to merge 6 commits intoedgefrom
cweilbach/add-job-id-to-schemata

Conversation

@whilo
Copy link
Copy Markdown
Collaborator

@whilo whilo commented Jul 13, 2025

This fixes glitches where results in one view are from a different job_id than results in another view.

Root Cause

  1. Topic Storage: Topic names are stored in DynamoDB with simple keys like layer0_5 without job ID versioning
  2. Non-Selective Retrieval: The system fetches ALL topic names for a conversation regardless of which job generated them
  3. No Job Correlation: There's no mechanism to ensure topic names and cluster data come from the same UMAP run

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.

1 participant