mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-14 19:27:53 +00:00
171 lines
5.7 KiB
XML
171 lines
5.7 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.bytedesk</groupId>
|
|
<artifactId>modules</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
|
|
<artifactId>bytedesk-module-kbase</artifactId>
|
|
|
|
<name>bytedesk-module-kbase</name>
|
|
<description>https://ai.bytedesk.com</description>
|
|
|
|
<properties>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
|
|
<!-- reader -->
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-pdf-document-reader -->
|
|
<dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-pdf-document-reader</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
<!-- 排除 io.swagger.core.v3:swagger-annotations 依赖 -->
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
<artifactId>swagger-annotations</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-markdown-document-reader -->
|
|
<dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-markdown-document-reader</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency>
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/etl-pipeline.html -->
|
|
<!-- https://tika.apache.org/2.9.0/formats.html -->
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-tika-document-reader -->
|
|
<dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-tika-document-reader</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency>
|
|
|
|
|
|
<!-- vector store -->
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/elasticsearch.html -->
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-starter-vector-store-elasticsearch -->
|
|
<dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-starter-vector-store-elasticsearch</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency>
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/redis.html -->
|
|
<!-- https://redis.io/docs/latest/develop/interact/search-and-query/ -->
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-starter-vector-store-redis -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-starter-vector-store-redis</artifactId>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/chroma.html -->
|
|
<!--
|
|
https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-chroma-store-spring-boot-starter -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-chroma-store-spring-boot-starter</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/weaviate.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-weaviate-store-spring-boot-starter</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/milvus.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-milvus-store-spring-boot-starter</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/pgvector.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-pgvector-store-spring-boot-starter</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/oracle.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-oracle-store-spring-boot-starter</artifactId>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/pinecone.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-pinecone-store-spring-boot-starter</artifactId>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/qdrant.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-qdrant-store-spring-boot-starter</artifactId>
|
|
</dependency> -->
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/api/vectordbs/typesense.html -->
|
|
<!-- <dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-typesense-spring-boot-starter</artifactId>
|
|
</dependency> -->
|
|
|
|
<!-- //////////////////////////////////////////////////////////////// -->
|
|
|
|
<dependency>
|
|
<groupId>com.bytedesk</groupId>
|
|
<artifactId>bytedesk-module-core</artifactId>
|
|
<version>${revision}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.bytedesk</groupId>
|
|
<artifactId>bytedesk-module-team</artifactId>
|
|
<version>${revision}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- //////////////////////////////////////////////////////////////// -->
|
|
|
|
</dependencies>
|
|
|
|
<!-- https://docs.spring.io/spring-ai/reference/getting-started.html -->
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.ai</groupId>
|
|
<artifactId>spring-ai-bom</artifactId>
|
|
<version>${spring-ai.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<plugins>
|
|
</plugins>
|
|
</build>
|
|
|
|
<repositories>
|
|
</repositories>
|
|
|
|
</project> |