Class SpringAIRagflowService

java.lang.Object
com.bytedesk.ai.springai.service.BaseSpringAIService
com.bytedesk.ai.springai.providers.ragflow.SpringAIRagflowService
All Implemented Interfaces:
SpringAIService

@Service @ConditionalOnProperty(name="bytedesk.ragflow.enabled", havingValue="true", matchIfMissing=false) public class SpringAIRagflowService extends BaseSpringAIService
SpringAI RAGFlow Service - 基于 RAGFlow API 的SpringAI服务实现 继承BaseSpringAIService,提供统一的AI服务接口