mirror of https://github.com/jeecgboot/jeecg-boot
AIGC大模型增加向量库的yml配置
parent
677b57ae09
commit
c6fe809013
|
@ -192,6 +192,15 @@ jeecg:
|
||||||
apiKey: ??
|
apiKey: ??
|
||||||
apiHost: https://api.deepseek.com
|
apiHost: https://api.deepseek.com
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
# AIRag向量库
|
||||||
|
ai-rag:
|
||||||
|
embed-store:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 5432
|
||||||
|
database: postgres
|
||||||
|
user: postgres
|
||||||
|
password: postgres
|
||||||
|
table: embeddings
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|
|
@ -170,6 +170,15 @@ jeecg:
|
||||||
apiKey: ??
|
apiKey: ??
|
||||||
apiHost: https://api.deepseek.com
|
apiHost: https://api.deepseek.com
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
# AIRag向量库
|
||||||
|
ai-rag:
|
||||||
|
embed-store:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 5432
|
||||||
|
database: postgres
|
||||||
|
user: postgres
|
||||||
|
password: postgres
|
||||||
|
table: embeddings
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|
|
@ -184,6 +184,15 @@ jeecg:
|
||||||
apiKey: ??
|
apiKey: ??
|
||||||
apiHost: https://api.deepseek.com
|
apiHost: https://api.deepseek.com
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
# AIRag向量库
|
||||||
|
ai-rag:
|
||||||
|
embed-store:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 5432
|
||||||
|
database: postgres
|
||||||
|
user: postgres
|
||||||
|
password: postgres
|
||||||
|
table: embeddings
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|
|
@ -188,6 +188,15 @@ jeecg:
|
||||||
apiKey: ??
|
apiKey: ??
|
||||||
apiHost: https://api.deepseek.com
|
apiHost: https://api.deepseek.com
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
# AIRag向量库
|
||||||
|
ai-rag:
|
||||||
|
embed-store:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 5432
|
||||||
|
database: postgres
|
||||||
|
user: postgres
|
||||||
|
password: postgres
|
||||||
|
table: embeddings
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|
|
@ -190,6 +190,15 @@ jeecg:
|
||||||
apiKey: ??
|
apiKey: ??
|
||||||
apiHost: https://api.deepseek.com
|
apiHost: https://api.deepseek.com
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
# AIRag向量库
|
||||||
|
ai-rag:
|
||||||
|
embed-store:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 5432
|
||||||
|
database: postgres
|
||||||
|
user: postgres
|
||||||
|
password: postgres
|
||||||
|
table: embeddings
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|
Loading…
Reference in New Issue