restore: add all missing data files from git history#62
Merged
Conversation
This commit restores 400+ missing data files that were excluded by the data/ gitignore rule but are essential for the course notebooks: Week 2 (Transaction Data): - categories.json (business expense categories) - *.jsonl files (training/evaluation transaction data) - *.png files (visualization plots) Week 4 (Klarna Dataset): - 160+ HTML/MD files containing Klarna FAQ content - *.jsonl and *.csv files for processed query data Week 5 (Multimodal Data): - PDF documents (financial terms, invoices) Week 6 (Configuration): - YAML configuration files All files restored from commit 6443d4c where they were originally present. Force-added to override data/ gitignore rule since these files are required for course functionality. Fixes missing file errors in week2/01_synthetic_transactions.ipynb and other notebooks that depend on these datasets.
|
Review these changes at https://app.gitnotebooks.com/567-labs/systematically-improving-rag/pull/62 |
|
Generated with ❤️ by ellipsis.dev |
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.
This commit restores 400+ missing data files that were excluded by the data/ gitignore rule but are essential for the course notebooks:
Week 2 (Transaction Data):
Week 4 (Klarna Dataset):
Week 5 (Multimodal Data):
Week 6 (Configuration):
All files restored from commit 6443d4c where they were originally present. Force-added to override data/ gitignore rule since these files are required for course functionality.
Fixes missing file errors in week2/01_synthetic_transactions.ipynb and other notebooks that depend on these datasets.