mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-19 12:06:44 +08:00
AIGC大模型增加向量库的yml配置
This commit is contained in:
@ -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报表和图表的数据源为必填)
|
||||||
|
|||||||
Reference in New Issue
Block a user