| | |
| | | - org.springframework.ai.vectorstore.redis.autoconfigure.RedisVectorStoreAutoConfiguration # 禁用 AI 模块的 Redis,手动创建 |
| | | - org.springframework.ai.vectorstore.milvus.autoconfigure.MilvusVectorStoreAutoConfiguration # 禁用 AI 模块的 Milvus,手动创建 |
| | | - org.dromara.trans.config.TransServiceConfig # TODO 芋艿:easy-trans 兼容 Spring Boot 4 后移除(TransServiceConfig 引用了已移除的 RestTemplateBuilder) |
| | | # TODO 芋艿:spring-ai-alibaba 2.0.0-M1.1 的 DashScope 自动配置暂不兼容 Spring AI 2.0.0 |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeChatAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAgentAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeImageAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeVideoAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAudioSpeechAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAudioTranscriptionAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeRerankAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeEmbeddingAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeMultimodalEmbeddingAutoConfiguration |
| | | - com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAsyncToolCallingManagerAutoConfiguration |
| | | # 禁用未配置 API Key 的模型自动配置 |
| | | - org.springframework.ai.model.deepseek.autoconfigure.DeepSeekChatAutoConfiguration |
| | | # 数据源配置项 |
| | | datasource: |
| | | druid: # Druid 【监控】相关的全局配置 |
| | |
| | | key-prefix: wa # Redis Key 的前缀 |
| | | http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台 |
| | | |
| | | --- #################### 芋道相关配置 #################### |
| | | --- #################### 超级管理员相关配置 #################### |
| | | |
| | | # 芋道配置项,设置当前项目所有自定义的配置 |
| | | # 超级管理员配置项,设置当前项目所有自定义的配置 |
| | | yudao: |
| | | ai: |
| | | vector-store: |
| | | type: milvus # 向量库类型:milvus |
| | | milvus: |
| | | initialize-schema: true |
| | | database-name: default |
| | | collection-name: knowledge_segment |
| | | host: 127.0.0.1 |
| | | port: 19530 |
| | | pay: |
| | | order-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/order # 支付渠道的【支付】回调地址 |
| | | refund-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/refund # 支付渠道的【退款】回调地址 |