• Vũ Hoàng Anh's avatar
    refactor: One Big Table - eliminate multi-table joins in SearchEngine · a3c02b90
    Vũ Hoàng Anh authored
    - Expand SELECT_COLUMNS to include tags, outfit_recommendations, description_text_full
    - Replace _enrich_with_outfit() (SQLite lookup) with _parse_outfit_recommendations() (JSON parse)
    - Remove sqlite3 and os imports from search_engine.py
    - Add 6 characterization tests verifying the refactor
    a3c02b90
Name
Last commit
Last update
..
tool_module Loading commit data...
tool_prompts Loading commit data...
__init__.py Loading commit data...
brand_knowledge_tool.py Loading commit data...
check_is_stock.py Loading commit data...
data_retrieval_tool.py Loading commit data...
get_tools.py Loading commit data...
product_mapping.py Loading commit data...
product_search_helpers.py Loading commit data...
promotion_canifa_tool.py Loading commit data...
stock_helpers.py Loading commit data...
store_search_tool.py Loading commit data...