ragflow接口

This commit is contained in:
wuchunlei
2025-05-09 11:55:37 +08:00
parent c0dde700a7
commit 8f0ef33d52
2 changed files with 142 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
package com.peanut.common.utils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class RagFlowApiUtil {
}