fix: use correct processed/ path for similarity cache building

This commit is contained in:
matt 2025-10-18 21:43:04 -07:00
parent 8435312c8f
commit b92918581e
2 changed files with 5 additions and 4 deletions

View file

@ -155,7 +155,7 @@ def build_cache(
"""
Build similarity cache for all cards.
NOTE: Assumes card data (cards.csv, all_cards.parquet) and tagged data already exist.
NOTE: Assumes card data (card_files/processed/all_cards.parquet) and tagged data already exist.
Run setup and tagging separately before building cache.
Args: