From 641206421e76861db238ecf24094b2a04e7c6371 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 26 八月 2026 15:50:26 +0800
Subject: [PATCH] feat(account): 新增付款和回款功能并优化生产计划下发规则
---
src/main/resources/application.yml | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 70324c6..4ab122c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,9 +1,19 @@
# Spring閰嶇疆
spring:
+ jackson:
+ date-format: yyyy-MM-dd HH:mm:ss
+ time-zone: GMT+8
main:
allow-circular-references: true
profiles:
active: dev
+
+# Pinecone 鍚戦噺鏁版嵁搴撻厤缃�
+pinecone:
+ api-key: pcsk_4SJLnh_tNB3wSLJU8tc4E5P28PcXX8eCLdURqZpVhg1FMV8CRYxjneWdzqRdB5Ftqooi9
+ index: xiaozhi-index
+ namespace: knowledge-base
+
langchain4j:
mcp:
# MCP 鏈嶅姟绔湴鍧�锛堟牴鎹疄闄呴儴缃茬殑 MCP 鏈嶅姟璋冩暣锛�
@@ -18,14 +28,14 @@
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
--
Gitblit v1.9.3