Tighten speakeasy discovery and reclassify mislabeled cocktail bars#25
Draft
nicholasjpanella wants to merge 1 commit into
Draft
Tighten speakeasy discovery and reclassify mislabeled cocktail bars#25nicholasjpanella wants to merge 1 commit into
nicholasjpanella wants to merge 1 commit into
Conversation
- Add speakeasy discovery rules, post-filter, and inferCategoryFromModel so the speakeasies profile is a search lens — not a forced category. - Bump taxonomy to v4 with a narrower speakeasy query template. - Migration re-categorizes speakeasy-profile rows lacking hidden-bar signals to bar and enqueues classify_place editorial refresh. Co-authored-by: Nicholas P. <nicholasjpanella@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Implements all three speakeasy classification fixes discussed for cases like The Copper Shaker:
inferCategoryFromModelon the speakeasies profile sosearch_typetracks discovery lens butcategorycomes from model output + heuristics (not forcedspeakeasy).barand enqueuesclassify_placejobs.Type of change
Testing
npm run typechecknpm test(94 passing, including new speakeasy + taxonomy field tests)npm run ingestion:taxonomy-publish(taxonomy v4)category=bar, summary no longer calls it a speakeasyChecklist
config/taxonomy.jsonNotes for reviewers
After merge, operator should run:
Migration
20260613130000_speakeasy_reclassifyre-categorizes existing false positives (18 rows in dev DB) and queues editorial refresh. Future speakeasies discover runs use the new filter + category inference.