From 623cee8be4846e5762ff2949e519335ef8dee2bb Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期一, 09 九月 2024 18:30:55 +0800
Subject: [PATCH] 大模型知识图谱接口对接

---
 src/main/resources/application.yml |   27 ++-------------------------
 1 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 990f5f3..3166dd6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,6 +3,8 @@
   servlet:
     context-path: /
 spring:
+  profiles:
+    active: agent
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driverClassName: org.postgresql.Driver
@@ -12,30 +14,7 @@
   jackson:
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
-    #  鍦扮悊瀹炰綋搴�
-  geographical:
-    #    Token鍦板潃
-    token: 9ce350f238ba44fda10ddfe8b80f8967
-    #    璇锋眰鍦板潃
-    url: http://106.120.22.26:8013/geo-service/
-    #    鑾峰彇瀹炰綋搴撳垪琛�
-    canview: /entitydb/list/canview
-    #    鏌ヨ鍥惧眰鏁版嵁锛堟垨鏁伴噺锛�
-    queryEntity: /entitydbdata/query/entity
-    #    鑾峰彇key鍞竴鏍囪瘑
-    publickey: /setting/publickey
-    #   瀹炰綋搴撳悕绉�
-    entityName: 澶фā鍨嬫祴璇曞簱
-    #    瀹炰綋搴揹bid
-    dbid: 3dce04bbab1540b5ae3d147e8503ab9d
-    #    瀹炰綋搴揹bid
-    layerId: a61f2f8f-0bf9-422f-86fe-b7b0a30ebad9
 
-  agent:
-    agentUrl: http://106.120.22.26:5367
-    agentIntent: /intention
-    agentRag: /rag
-    agentChat: /onlyChat
   application:
     name: ollama-ai
   ai:
@@ -44,8 +23,6 @@
       chat:
         #        model: yi:9b-chat-v1.5-q4_0
         model: qwen2:1.5b
-
-
   fastgpt:
     appid:  6673bfa1d14da0cede023f28
     apikey: fastgpt-eNuz6Rsc5EMrYMiODBQbBXCbGwQYp9nSpYPE06vBBt3nitnFLdHSoQ0BAmNHDyB

--
Gitblit v1.9.3