Skip to content

Commit 5412c95

Browse files
authored
feat: milvuslite RAG Storage (#179)
1 parent fd4900c commit 5412c95

4 files changed

Lines changed: 1634 additions & 0 deletions

File tree

agentscope-dependencies-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@
171171
<version>1.15.0</version>
172172
</dependency>
173173

174+
<!-- Milvus Java SDK -->
175+
<dependency>
176+
<groupId>io.milvus</groupId>
177+
<artifactId>milvus-sdk-java</artifactId>
178+
<version>2.6.10</version>
179+
</dependency>
180+
174181
<!-- Apache PDFBox for PDF document processing -->
175182
<dependency>
176183
<groupId>org.apache.pdfbox</groupId>

agentscope-extensions/agentscope-extensions-rag-simple/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<artifactId>client</artifactId>
5656
</dependency>
5757

58+
<!-- Milvus Java SDK -->
59+
<dependency>
60+
<groupId>io.milvus</groupId>
61+
<artifactId>milvus-sdk-java</artifactId>
62+
</dependency>
63+
5864
<!-- Apache PDFBox for PDF document processing -->
5965
<dependency>
6066
<groupId>org.apache.pdfbox</groupId>

0 commit comments

Comments
 (0)