Package com.bytedesk.ai.springai.providers.ragflow
@NonNullApi
package com.bytedesk.ai.springai.providers.ragflow
-
ClassesClassDescriptionRAGFlow Chat Controller https://ragflow.io/docs/dev/http_api_referenceRAGFlow 聊天请求数据结构RAGFlow 简单消息请求数据结构RAGFlow Chat Service - 基于 RAGFlow API 的对话服务 https://ragflow.io/docs/dev/http_api_referenceRAGFlow 配置属性SpringAI RAGFlow Service - 基于 RAGFlow API 的SpringAI服务实现 继承BaseSpringAIService,提供统一的AI服务接口 支持根据ragflowType自动选择调用chat API或agent API https://ragflow.io/docs/dev/http_api_reference 支持的API类型: - Chat API: /api/v1/chats_openai/{chat_id}/chat/completions (ragflowType = "chat") - Agent API: /api/v1/agents_openai/{agent_id}/chat/completions (ragflowType = "agent")