新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配
This commit is contained in:
@@ -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"},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user