Explorar o código

创建AI模块

Gaokun Wang hai 5 meses
pai
achega
0e4b27919b
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 17 0
      eco-ai/pom.xml
  2. 1 0
      pom.xml

+ 17 - 0
eco-ai/pom.xml

@@ -0,0 +1,17 @@
+<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>org.eco.vip</groupId>
+        <artifactId>eco-boot</artifactId>
+        <version>${revision}</version>
+    </parent>
+
+    <artifactId>eco-ai</artifactId>
+    <name>${project.artifactId}</name>
+    <packaging>pom</packaging>
+    <description>
+        Ai 模块包含:
+        chat、text2Sql、RAG等等
+    </description>
+</project>

+ 1 - 0
pom.xml

@@ -16,6 +16,7 @@
         <module>eco-common</module>
         <module>eco-bom</module>
         <module>eco-nexus-core</module>
+        <module>eco-ai</module>
     </modules>
     <!-- 版本 -->
     <properties>