| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-ai-api</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-system</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | |
| | | <artifactId>spring-ai-starter-model-stability-ai</artifactId> |
| | | <version>${spring-ai.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <!-- 通义千问 --> |
| | | <groupId>com.alibaba.cloud.ai</groupId> |
| | | <artifactId>spring-ai-alibaba-starter-dashscope</artifactId> |
| | | <version>${alibaba-ai.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 向量存储:https://db-engines.com/en/ranking/vector+dbms --> |
| | | <dependency> |
| | | <!-- Qdrant:https://qdrant.tech/ --> |