Files
lc_stylist_agent/README.md
2025-10-27 15:26:51 +08:00

561 B

Checklist

  1. Vector database path
  2. set GOOGLE_API_KEY in env variable
export GOOGLE_API_KEY="<your_API_KEY>"
  1. Ensure root path added to PYTHONPATH

  2. Download Image data from here and put it in "./data/image_data"

  3. Download chromadb local database file from here and put it in "./data/db"