feat(ai-web): 增加本地配置文件
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
server:
|
server:
|
||||||
|
port: 8080
|
||||||
compression:
|
compression:
|
||||||
enabled: true
|
enabled: true
|
||||||
spring:
|
spring:
|
||||||
application:
|
|
||||||
name: service-ai-web
|
|
||||||
profiles:
|
|
||||||
include: random-port,common,discovery,metrics,forest
|
|
||||||
mvc:
|
mvc:
|
||||||
async:
|
async:
|
||||||
request-timeout: 3600000
|
request-timeout: 3600000
|
||||||
@@ -21,27 +18,44 @@ spring:
|
|||||||
ai:
|
ai:
|
||||||
vectorstore:
|
vectorstore:
|
||||||
qdrant:
|
qdrant:
|
||||||
host: 132.121.206.65
|
host: 192.168.100.140
|
||||||
port: 29463
|
port: 6334
|
||||||
api-key: ENC(0/0UkIKeAvyV17yNqSU3v04wmm8CdWKe4BYSSJa2FuBtK12TcZRJPdwk+ZpYnpISv+KmVTUrrmFBzAYrDR3ysA==)
|
|
||||||
llm:
|
llm:
|
||||||
base-url: http://132.121.206.65:10086
|
base-url: https://api.siliconflow.cn
|
||||||
api-key: ENC(K+Hff9QGC+fcyi510VIDd9CaeK/IN5WBJ9rlkUsHEdDgIidW+stHHJlsK0lLPUXXREha+ToQZqqDXJrqSE+GUKCXklFhelD8bRHFXBIeP/ZzT2cxhzgKUXgjw3S0Qw2R)
|
api-key: sk-xrguybusoqndpqvgzgvllddzgjamksuecyqdaygdwnrnqfwo
|
||||||
chat:
|
chat:
|
||||||
base-url: ${spring.llm.base-url}/v1
|
model: 'Qwen/Qwen3-8B'
|
||||||
model: 'Qwen3/qwen3-1.7b'
|
|
||||||
visual:
|
visual:
|
||||||
model: 'Qwen2.5/qwen2.5-vl-7b-q4km'
|
base-url: https://open.bigmodel.cn/api/paas/v4
|
||||||
|
endpoint: /chat/completions
|
||||||
|
model: 'glm-4v-flash'
|
||||||
embedding:
|
embedding:
|
||||||
model: 'Qwen3/qwen3-embedding-4b'
|
model: 'BAAI/bge-m3'
|
||||||
reranker:
|
reranker:
|
||||||
model: 'BGE/beg-reranker-v2'
|
model: 'BAAI/bge-reranker-v2-m3'
|
||||||
|
cloud:
|
||||||
|
discovery:
|
||||||
|
enabled: false
|
||||||
|
zookeeper:
|
||||||
|
enabled: false
|
||||||
|
datasource:
|
||||||
|
url: jdbc:mysql://192.168.100.140:3306/hudi_collect_build_b12?useSSL=false&allowPublicKeyRetrieval=true
|
||||||
|
username: root
|
||||||
|
password: rootless
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
security:
|
||||||
|
meta:
|
||||||
|
authority: ENC(GXKnbq1LS11U2HaONspvH+D/TkIx13aWTaokdkzaF7HSvq6Z0Rv1+JUWFnYopVXu)
|
||||||
|
username: ENC(moIO5mO39V1Z+RDwROK9JXY4GfM8ZjDgM6Si7wRZ1MPVjbhTpmLz3lz28rAiw7c2LeCmizfJzHkEXIwGlB280g==)
|
||||||
|
darkcode: ENC(0jzpQ7T6S+P7bZrENgYsUoLhlqGvw7DA2MN3BRqEOwq7plhtg72vuuiPQNnr3DaYz0CpyTvxInhpx11W3VZ1trD6NINh7O3LN70ZqO5pWXk=)
|
||||||
jpa:
|
jpa:
|
||||||
show-sql: true
|
generate-ddl: true
|
||||||
generate-ddl: false
|
jasypt:
|
||||||
|
encryptor:
|
||||||
|
password: 'r#(R,P"Dp^A47>WSn:Wn].gs/+"v:q_Q*An~zF*g-@j@jtSTv5H/,S-3:R?r9R}.'
|
||||||
|
fenix:
|
||||||
|
print-banner: false
|
||||||
liteflow:
|
liteflow:
|
||||||
rule-source: liteflow.xml
|
rule-source: liteflow.xml
|
||||||
print-banner: false
|
print-banner: false
|
||||||
check-node-exists: false
|
check-node-exists: false
|
||||||
fenix:
|
|
||||||
print-banner: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user