feat(ai): 完成基础版本功能

This commit is contained in:
v-zhangjc9
2025-05-21 17:57:11 +08:00
parent 8c2b94f6c9
commit 42aab784c2
13 changed files with 181 additions and 19 deletions

View File

@@ -24,11 +24,11 @@
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
<artifactId>spring-ai-starter-model-openai</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-qdrant-store-spring-boot-starter</artifactId>
<artifactId>spring-ai-qdrant-store</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>