Files
Easy-Agents/easy-agents-rag/pom.xml
2026-03-29 17:28:12 +08:00

25 lines
848 B
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.easyagents</groupId>
<artifactId>easy-agents</artifactId>
<version>${revision}</version>
</parent>
<artifactId>easy-agents-rag</artifactId>
<packaging>pom</packaging>
<name>easy-agents-rag</name>
<modules>
<module>easy-agents-rag-core</module>
<module>easy-agents-rag-ingestion</module>
<module>easy-agents-rag-ocr</module>
<module>easy-agents-rag-enhance</module>
<module>easy-agents-rag-retrieval</module>
</modules>
</project>