Commit Graph

52 Commits

Author SHA1 Message Date
zcr
79ec1c5300 feat:update DockerFile ,replace pip with uv 2025-12-23 17:05:51 +08:00
zcr
1f6ba5fd09 feat:update chatbot sys prompt 2025-12-23 16:38:40 +08:00
pangkaicheng
54aac900ad UPDATE: New retrieve algorithm. Solve multiple sungalsses issue. Only find item with score is positive. 2025-12-19 17:05:46 +08:00
zcr
884e7966dd feat:update actions file 2025-12-19 16:22:34 +08:00
zcr
2db36e2c1d feat:1.推荐接口入参、回调结果中增加request_summary、occasions字段
2.推荐outfit数量修改为1(快推荐模式)
2025-12-19 16:06:36 +08:00
pangkaicheng
3910c07c40 UPDATE: system prompt add RULE priority 2025-12-19 12:42:00 +08:00
pangkaicheng
c0c72a9c87 ADD function, brand restriction 2025-12-19 11:37:39 +08:00
zcr
39f8b942cb feat:1.通过请求数量区分刷新(num=1)和正常推荐(num>1) 2025-12-17 11:19:46 +08:00
zcr
3e70324261 feat:1.移除所有明文服务密钥,采用环境变量方式读取
2.回调信息简化 \ stylist_agent_server.py中 一部分逻辑更新
2025-12-16 17:29:05 +08:00
pangkaicheng
46b96995f0 BUG FIX:stylist_agent server, _execute_batch_recommendation(accessories) 2025-12-15 17:36:52 +08:00
pangkaicheng
b17cfb53d8 FIX: category 'category' referenced before assignment 2025-12-12 17:40:19 +08:00
pangkaicheng
85390d5e6d reconstruct whole recommendation pipeline and add new rec mode one-ask-for-all 2025-12-12 17:37:07 +08:00
pangkaicheng
0e9546aa1a Enable data auto process for new data 2025-12-10 17:27:56 +08:00
pangkaicheng
0b1d948f77 tons of modification for occasion filtering 2025-12-09 16:06:07 +08:00
zhh
ee695e7511 避免重复item加入回调参数中 2025-11-27 11:09:19 +08:00
zhh
9451e95667 新增 随机池种类递减(把新增的类型从随机池中剔除) 随机池中剔除Socks , 通过llm template prompt 控制单个outfit的服装类别唯一性 2025-11-27 10:47:17 +08:00
zhh
347547da00 新增 随机池种类递减(把新增的类型从随机池中剔除) 随机池中剔除Socks 2025-11-26 16:20:59 +08:00
zhh
ff5bdecb69 新增 随机池种类递减(把新增的类型从随机池中剔除) 随机池中剔除Socks 2025-11-26 16:10:12 +08:00
zhh
78670b4210 新增 随机池种类递减(把新增的类型从随机池中剔除) 2025-11-21 17:55:47 +08:00
zhh
266b23c97d 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 使用json文件补充stylist删除掉的必要配饰 2025-11-21 16:05:57 +08:00
zhh
affef482e6 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 使用json文件补充stylist删除掉的必要配饰 2025-11-21 14:42:26 +08:00
zhh
38af75077d 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 使用json文件补充stylist删除掉的必要配饰 2025-11-21 11:19:27 +08:00
zhh
2d38e3fc0b 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 使用json文件补充stylist删除掉的必要配饰 2025-11-21 10:46:14 +08:00
zhh
e3d4939718 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 2025-11-20 11:36:37 +08:00
zhh
5f50f3ec1a 新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 2025-11-20 11:07:16 +08:00
zhh
3b685c34f0 新增 取消agent配饰推荐,改为默认随机配饰搭配 2025-11-19 15:10:57 +08:00
zhh
36fc937f0c 移除类变量self.stylist_agent_kwages 和 self.outfit_ids 避免出现同时调用模型导致参数复用
litserve 单实例复用setup() 方法只会被调用一次(在 Worker 启动时)
2025-11-18 16:04:26 +08:00
zhh
9579d498c9 移除类变量self.stylist_agent_kwages 和 self.outfit_ids 避免出现同时调用模型导致参数复用
litserve 单实例复用setup() 方法只会被调用一次(在 Worker 启动时)
2025-11-18 16:04:19 +08:00
zhh
cde7357df8 chatbot 和 agent 增加session_id 作会话控制,弃用user_id 作为会话控制 2025-11-03 15:21:43 +08:00
zhh
d1e2e56f42 outfit单品数量通过java传参控制 2025-11-03 10:13:11 +08:00
zhh
eb7efc6d91 outfit单品数量通过java传参控制 2025-11-03 10:09:48 +08:00
zhh
4c4d704f09 服装单品组装增加外边距5像素 2025-10-31 11:42:15 +08:00
zhh
a50e99031a 回调逻辑修改 2025-10-31 11:24:22 +08:00
zhh
e195372bef 1.搭配超出最大值退出逻辑修复
2.新增异常重试机制
2025-10-31 10:47:02 +08:00
zhh
9cde3cb920 代码整理 2025-10-28 17:18:27 +08:00
zhh
429614e432 Merge remote-tracking branch 'origin/main' 2025-10-27 17:46:47 +08:00
zhh
6415ee3153 删除outfit 图片item文字信息,新增换脸模型接口。 2025-10-27 17:46:35 +08:00
pangkaicheng
4b095dacd4 UPDATE: stylist_guide V2 2025-10-27 16:23:11 +08:00
pangkaicheng
366a8cac7a Update stylist guide, gitignore and README 2025-10-27 15:26:51 +08:00
zhh
f3bf2baa01 回调逻辑修正 2025-10-27 14:13:30 +08:00
zhh
86fa6c0860 新增回调接口url前缀 2025-10-27 11:29:26 +08:00
zhh
8c66e90919 push gitignore 2025-10-24 16:37:06 +08:00
zhh
eec2adcf89 push gitignore 2025-10-24 16:34:20 +08:00
zhh
b5ef9f50ad push gitignore 2025-10-24 15:33:37 +08:00
zhh
ba39a387fd push gitignore 2025-10-24 15:33:00 +08:00
zchengrong@yeah.net
62dec64a0a 1 2025-10-24 05:19:08 +00:00
zhh
dc02022da3 push gitignore 2025-10-24 11:07:31 +08:00
zhh
1adf29a3f6 push gitignore 2025-10-24 10:37:19 +08:00
zhh
ce00630bb2 push gitignore 2025-10-23 09:48:08 +08:00
pangkaicheng
6e3a61eac8 Updata: SYSTEM Prompt 2025-10-16 15:01:36 +08:00