mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 05:56:32 +01:00
chore: update similarity cache [29629 cards, 542934 entries, 2.8MB, built 2026-03-22T03:10:19.044237]
This commit is contained in:
commit
d82ad3a5e5
6 changed files with 26 additions and 0 deletions
10
README-cache.md
Normal file
10
README-cache.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
- `card_files/processed/commander_cards.parquet` - Commander-only cache (fast lookups)
|
||||
- `card_files/processed/.tagging_complete.json` - Tagging status
|
||||
6
card_files/processed/.tagging_complete.json
Normal file
6
card_files/processed/.tagging_complete.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"completed_at": "2026-03-22T03:09:53+00:00",
|
||||
"mode": "SEQUENTIAL",
|
||||
"parallel": false,
|
||||
"duration_seconds": 26.969128
|
||||
}
|
||||
BIN
card_files/processed/all_cards.parquet
Normal file
BIN
card_files/processed/all_cards.parquet
Normal file
Binary file not shown.
BIN
card_files/processed/commander_cards.parquet
Normal file
BIN
card_files/processed/commander_cards.parquet
Normal file
Binary file not shown.
BIN
card_files/similarity_cache.parquet
Normal file
BIN
card_files/similarity_cache.parquet
Normal file
Binary file not shown.
10
card_files/similarity_cache_metadata.json
Normal file
10
card_files/similarity_cache_metadata.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"version": "2.0",
|
||||
"total_cards": 29629,
|
||||
"total_entries": 542934,
|
||||
"build_date": "2026-03-22T03:10:19.044237",
|
||||
"last_updated": "2026-03-22T03:20:14.369519",
|
||||
"threshold": 0.8,
|
||||
"min_results": 3,
|
||||
"build_complete": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue