braveryhui

Results 6 comments of braveryhui

[tool.uv] index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/" managed = true #试了各种切换源的办法最后在项目 pyproject.toml 文件追加上uv的源可以了 #MacBook M2 0.7. 0 llama-cpp-python 一直装不上

2025-04-05 15:19:15 appledeMacBook-Pro-2.local dbgpt.agent.util.api_call[44219] ERROR data prepare exception!Data Query Exception!\nSQL[ WITH "inventory_health" AS ( SELECT "product_code" AS 商品编码, "product_name" AS 商品名称, "unit" AS 单位, "current_inventory" AS 当前库存, "in_transit" AS 在途量,...

这种问题 怎么调试

[分析思路] 双重补货因子:同步考虑安全库存保护与月销售速度 需求精确预测:使用月销量/30*7换算7日需求(保留3位小数精度) 动态库存计算:可用库存 = (current_inventory + procurement_in_transit) - 7日预测需求 智能补货触发:当可用库存 < minimum_inventory时触发补货 弹性补货公式:补货量=安全库存 + 7日需求 - 可用库存(最低补货量=周需求) Error:Data Query Exception! SQL[ SELECT "product_code" AS 产品编码, "product_name" AS 产品名称, "current_inventory"...