| | |
| | | uri-encoding: UTF-8 |
| | | # 连接数满后的排队数,默认为100 |
| | | accept-count: 1000 |
| | | max-swallow-size: -1 # -1 表示不限制 |
| | | max-http-form-post-size: -1 # POST 请求体不限制 |
| | | connection-timeout: 60000 # 连接超时时间(毫秒) |
| | | threads: |
| | | # tomcat最大线程数,默认为200 |
| | | max: 800 |
| | |
| | | upload-dir: /javaWork/product-inventory-management/file/prod/uploads # 正式目录 |
| | | path: /javaWork/product-inventory-management/file # 上传目录 |
| | | urlPrefix: /prod-api/common # 链接前缀 |
| | | domain: http://36.213.180.217:9506 # 域名前缀 |
| | | domain: http://36.213.90.123:9506 # 域名前缀 |
| | | expired: 120 # 过期时间(单位:分钟) |
| | | useLimit: 10 # 使用次数 |
| | | compress: true # 是否压缩 |
| | | needCompressSize: 10MB # 压缩阈值 |
| | | compressQuality: 0.5 # 压缩质量(0.0-1.0) |
| | | knowledge: |
| | | one: D:\新疆大罗素企业产品体系说明文档.md |
| | |
| | | api-key: sk-bd235cc13cd74e2388aa8984c84f691f |
| | | model-name: "qwen-max" |
| | | embedding-model: |
| | | api-key: sk-9748859926b94096b920baaa12c343f5 |
| | | api-key: sk-bd235cc13cd74e2388aa8984c84f691f |
| | | model-name: "text-embedding-v3" |
| | | chat-model: |
| | | api-key: sk-9748859926b94096b920baaa12c343f5 |
| | | api-key: sk-bd235cc13cd74e2388aa8984c84f691f |
| | | model-name: "qwen-max" |
| | | open-ai: |
| | | chat-model: |
| | | api-key: sk-9748859926b94096b920baaa12c343f5 |
| | | api-key: sk-bd235cc13cd74e2388aa8984c84f691f |
| | | base-url: "https://dashscope.aliyuncs.com/compatible-mode/v1" |
| | | model-name: "deepseek-v3" |
| | | log-requests: true |
| | |
| | | left join product p on pm.product_id = p.id |
| | | ) as combined |
| | | <where> |
| | | combined.qualifiedQuantity <![CDATA[ > ]]> 0 |
| | | <if test="ew.productName != null and ew.productName !=''"> |
| | | and combined.product_name in ( |
| | | select distinct p.product_name |