feat(knowledge): 增加rerank模型适配

This commit is contained in:
v-zhangjc9
2025-06-04 17:43:22 +08:00
parent 4124a8a851
commit c4d5a7b300
10 changed files with 165 additions and 29 deletions

View File

@@ -54,6 +54,14 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-pdf-document-reader</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-ai</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-ai-dialect-openai</artifactId>
</dependency>
</dependencies>
<build>