From 3be9005f95ebc14639a7e281703dfa9d9b4a7afc Mon Sep 17 00:00:00 2001
From: ageerle <ageerle@163.com>
Date: 星期三, 09 四月 2025 17:41:29 +0800
Subject: [PATCH] feat: 调整知识库模块

---
 ruoyi-modules/ruoyi-system/pom.xml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 17d37c5..a22691d 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -118,17 +118,19 @@
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-common-pay</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.github.ollama4j</groupId>
-            <artifactId>ollama4j</artifactId>
-            <version>1.0.79</version>
-            <scope>compile</scope>
-        </dependency>
+
+
         <dependency>
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-common-mail</artifactId>
         </dependency>
 
+
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-system-api</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>

--
Gitblit v1.9.3