From c6fe8090138952669de10258d8075004698a25d9 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 14 Apr 2025 19:05:27 +0800 Subject: [PATCH] =?UTF-8?q?AIGC=E5=A4=A7=E6=A8=A1=E5=9E=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=90=91=E9=87=8F=E5=BA=93=E7=9A=84yml=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 9 +++++++++ .../src/main/resources/application-dm8.yml | 9 +++++++++ .../src/main/resources/application-kingbase8.yml | 9 +++++++++ .../src/main/resources/application-prod.yml | 9 +++++++++ .../src/main/resources/application-test.yml | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index c6a1241ab..4ad7b361d 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -192,6 +192,15 @@ jeecg: apiKey: ?? apiHost: https://api.deepseek.com timeout: 60 + # AIRag向量库 + ai-rag: + embed-store: + host: 127.0.0.1 + port: 5432 + database: postgres + user: postgres + password: postgres + table: embeddings # 平台上线安全配置 firewall: # 数据源安全 (开启后,Online报表和图表的数据源为必填) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml index 83adf884e..6dfcfd90d 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml @@ -170,6 +170,15 @@ jeecg: apiKey: ?? apiHost: https://api.deepseek.com timeout: 60 + # AIRag向量库 + ai-rag: + embed-store: + host: 127.0.0.1 + port: 5432 + database: postgres + user: postgres + password: postgres + table: embeddings # 平台上线安全配置 firewall: # 数据源安全 (开启后,Online报表和图表的数据源为必填) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml index 4939915d5..7961c8b54 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml @@ -184,6 +184,15 @@ jeecg: apiKey: ?? apiHost: https://api.deepseek.com timeout: 60 + # AIRag向量库 + ai-rag: + embed-store: + host: 127.0.0.1 + port: 5432 + database: postgres + user: postgres + password: postgres + table: embeddings # 平台上线安全配置 firewall: # 数据源安全 (开启后,Online报表和图表的数据源为必填) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index b59f05e19..d94bd2c86 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -188,6 +188,15 @@ jeecg: apiKey: ?? apiHost: https://api.deepseek.com timeout: 60 + # AIRag向量库 + ai-rag: + embed-store: + host: 127.0.0.1 + port: 5432 + database: postgres + user: postgres + password: postgres + table: embeddings # 平台上线安全配置 firewall: # 数据源安全 (开启后,Online报表和图表的数据源为必填) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index ebd7aaa65..79cd8d43e 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -190,6 +190,15 @@ jeecg: apiKey: ?? apiHost: https://api.deepseek.com timeout: 60 + # AIRag向量库 + ai-rag: + embed-store: + host: 127.0.0.1 + port: 5432 + database: postgres + user: postgres + password: postgres + table: embeddings # 平台上线安全配置 firewall: # 数据源安全 (开启后,Online报表和图表的数据源为必填)