agents-flex/agents-flex-samples/milvus-samples/pom.xml
2024-09-09 18:16:40 +08:00

35 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-samples</artifactId>
<version>1.0.0-beta.10</version>
</parent>
<artifactId>milvus-samples</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-store-milvus</artifactId>
<version>1.0.0-beta.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-llm-spark</artifactId>
<version>1.0.0-beta.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>