فهرست منبع

config:加入spring-ai-rag依赖;

yangyi 7 ماه پیش
والد
کامیت
ebd53c92ca
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -32,6 +32,11 @@
             <artifactId>spring-ai-starter-vector-store-pgvector</artifactId>
             <version>1.1.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.ai</groupId>
+            <artifactId>spring-ai-rag</artifactId>
+            <version>1.1.2</version>
+        </dependency>
     </dependencies>
 
 </project>