|
@@ -107,23 +107,4 @@ logging:
|
|
|
com.zaxxer.hikari.pool.HikariPool: ERROR
|
|
|
com.zaxxer.hikari.HikariDataSource: ERROR
|
|
|
org.mybatis.spring.mapper: error
|
|
|
- org.springframework.context.support.PostProcessorRegistrationDelegate: error
|
|
|
-
|
|
|
---- #
|
|
|
-deepseek:
|
|
|
- api-key: local-ollama # 必填项:你的 API 密钥
|
|
|
- model: qwen2.5:3b
|
|
|
- base-url: http://127.0.0.1:11434/v1 # 可选,默认为官方 API 地址
|
|
|
-# 向量模型链接信息
|
|
|
-embedding:
|
|
|
- api-key: ${deepseek.api-key}
|
|
|
- base-url: ${deepseek.base-url}
|
|
|
- model: bge-m3:latest
|
|
|
-
|
|
|
---- #ai-表名映射
|
|
|
-table:
|
|
|
- mappings:
|
|
|
- - pattern: "部门表|部门"
|
|
|
- table_name: "system_dept_t"
|
|
|
- - pattern: "用户|人员|姓名|账号|性别"
|
|
|
- table_name: "system_user_t"
|
|
|
+ org.springframework.context.support.PostProcessorRegistrationDelegate: error
|