新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配

This commit is contained in:
zhh
2025-11-20 11:07:16 +08:00
parent 3b685c34f0
commit 5f50f3ec1a
4 changed files with 14 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ COLLECTION_NAME = 'lc_clothing_embedding'
FILTER_CRITERIA = {
"$and": [
{"item_group_id": {"$ne": "Clothing"}},
{"item_group_id": {"$ne": "Shoes"}}, # 新增:过滤 Shoes
{"modality": "image"},
]
}