Improve Workers AI model catalog search and display tags#29032
Open
mattrothenberg wants to merge 1 commit intoproductionfrom
Open
Improve Workers AI model catalog search and display tags#29032mattrothenberg wants to merge 1 commit intoproductionfrom
mattrothenberg wants to merge 1 commit intoproductionfrom
Conversation
- Search now matches model name, description, AND tags - Display clickable tag pills on individual model pages - Show tags as badges on model cards in catalog - Fix card alignment so badges align at bottom
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
|
Preview URL: https://e060cbdb.preview.developers.cloudflare.com |
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
Resurrects and expands on #27188 which was auto-closed by the stale bot.
Problem
A user reported they couldn't find moderation/safety models when searching for "moderation" in the model catalog. The search only checked model names, missing relevant models like
llama-guard-3-8b.Changes
src/components/ModelCatalog.tsx- Search filter now checks name, description, and tagssrc/components/models/ModelBadges.tsx- AddedshowTagsprop to display model tags as badgessrc/pages/workers-ai/models/[name].astro- Display clickable tag pills on model detail pagesScreen.Recording.2025-12-16.at.8.46.57.PM.mov
Documentation checklist