Conversation
…s.ts types from schema
…pe workshop/academic merge; fix seed.ts imports
… model path resolution and text cleaning, pin scikit-learn
TIG-254: Move selected tagger into backend code (corrected)
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.
Promotes staging to main. Contents: PR #34 (embedding-based event extraction pipeline by @yubimamiya, with review fixes).
Summary
event_tag_embeddingstable (pgvector, 1536-dim) + seeded tag embeddings; committed classifier modelevent_tag(22 values) andorg_categoryenums, with a verified single-migration USING-cast conversion (0002_update_enums.sql) — replay-tested against a scratch DB seeded with every old enum valueusers.tstypes now derived from the schemaneeds_reviewevents (fallback date, no location) insert asis_public = falsescikit-learnpinned to the model's pickle version (1.6.1)Verification
tsc --noEmitpasses inapps/webandapps/database; biome clean;py_compileclean0000 → 0001 → 0002replayed in one transaction on pgvector:pg17 with old-format data, including theworkshop+academicmerge collision and the four previously-unmapped org categoriesDeploy note
Local/staging containers created from a plain
postgres:*image must be recreated from the compose file (nowpgvector/pgvector:pg17) before migrating — the data volume carries over.