File tree Expand file tree Collapse file tree
agentscope-dependencies-bom
agentscope-extensions/agentscope-extensions-rag-simple
main/java/io/agentscope/core/rag/store
test/java/io/agentscope/core/rag/store Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments