langchain4j/pom.xml

31 lines
985 B
XML
Raw Normal View History

2023-06-24 15:07:23 +08:00
<?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>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-aggregator</artifactId>
2023-08-19 21:57:39 +08:00
<version>0.21.0</version>
2023-06-24 15:07:23 +08:00
<packaging>pom</packaging>
<modules>
<module>langchain4j-parent</module>
<module>langchain4j-core</module>
<module>langchain4j</module>
2023-07-03 02:46:24 +08:00
<module>langchain4j-spring-boot-starter</module>
<!-- model providers -->
<module>langchain4j-dashscope</module>
<module>langchain4j-vertex-ai</module>
<!-- embedding stores -->
<module>langchain4j-milvus</module>
<module>langchain4j-pinecone</module>
<module>langchain4j-weaviate</module>
2023-06-24 15:07:23 +08:00
</modules>
</project>