- 将chat_router中的predict_async重命名为call_async并调用model.call替代model.predict - 在流式消息处理中新增加基于LLM的内容审查 - 配置类中增加enable_content_guard_llm及对应LLM模型配置项 - 兼容models.private.yaml替代旧的models.private.yml文件名 - chat_model及embedding模块统一将predict方法重命名为call或encode,增强接口语义 - ContentGuard新增基于LLM的内容合规检测功能,支持动态加载审查模型 - 更新静态模型配置提示,建议使用models.private.yaml文件 - 新增示例CSV测试数据文件,补充测试用例基础数据
8 lines
367 B
Plaintext
8 lines
367 B
Plaintext
ProductID,ProductName,Category,Price,Stock,DateAdded
|
|
101,Laptop,Electronics,1200.50,50,2025-01-15
|
|
102,Wireless Mouse,Electronics,25.99,150,2025-02-20
|
|
201,The Last Question,Books,9.99,300,2025-03-10
|
|
301,Coffee Mug,Home Goods,15.00,200,2025-01-25
|
|
401,T-Shirt,Apparel,22.50,500,2025-04-05
|
|
103,USB-C Hub,Electronics,45.75,80,2025-05-12
|
|
202,Dune,Books,14.95,250,2025-06-18 |