Conversation
- Add CLI tool (`data-explorer build`) using Vite's API - Support --title, --description, --output, --base-path flags - Move models to example/ folder with new Hugging Face examples - Add GitHub Events, IMDB Movies, NYC Taxi datasets - Create landing page in docs/ - Add model validation script (npm run test:models) - Add CLI smoke tests (npm run test:cli) - Update vite.config.ts to support dynamic model paths - Add site-config.ts for runtime title/description config
- Split examples into separate folders (ecommerce, huggingface, sample-data) - Add preview command using Vite's programmatic API - Create minimalist landing page matching app style - Add build-all script to build all examples with landing page - Update validation script to scan all example directories - Fix CLI package root path resolution - Update tests for new example structure
- Updated build-all.ts to accept BASE_PATH environment variable - CI now builds CLI first, then all example sites with landing page - Added CLI smoke tests and model validation to test job - Updated deployment test to use sample-data example (which has invoices model) - Landing page uses relative links, example sites use full base path
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.
No description provided.