chore: update similarity cache [29629 cards, 542626 entries, 2.8MB, built 2026-03-23T23:52:44.637444]

This commit is contained in:
github-actions[bot] 2026-03-24 00:02:21 +00:00
commit 8a196554ce
8 changed files with 30 additions and 0 deletions

12
README-cache.md Normal file
View file

@ -0,0 +1,12 @@
# Similarity Cache Data
This branch contains pre-built similarity cache files for the MTG Deckbuilder.
Updated automatically by GitHub Actions.
## Files
- `card_files/similarity_cache.parquet` - Pre-computed card similarity cache
- `card_files/similarity_cache_metadata.json` - Cache metadata
- `card_files/processed/all_cards.parquet` - Tagged card database (with prices)
- `card_files/processed/commander_cards.parquet` - Commander-only cache (fast lookups)
- `card_files/processed/.tagging_complete.json` - Tagging status
- `card_files/prices_cache.json` - Scryfall price cache
- `card_files/prices_cache.json.ts` - Per-card price timestamps (if present)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,6 @@
{
"completed_at": "2026-03-23T23:52:12+00:00",
"mode": "SEQUENTIAL",
"parallel": false,
"duration_seconds": 26.253941
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,10 @@
{
"version": "2.0",
"total_cards": 29629,
"total_entries": 542626,
"build_date": "2026-03-23T23:52:44.637444",
"last_updated": "2026-03-24T00:02:20.448872",
"threshold": 0.8,
"min_results": 3,
"build_complete": true
}