feat: 完善Dify知识库管理召回测试模块,优化知识库上传文件时的分段配置设置

This commit is contained in:
PingChuan
2025-12-03 12:03:09 +08:00
parent 0f49426a2e
commit a13f3b3635
29 changed files with 4016 additions and 1880 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Outlet } from "react-router-dom";
import { Outlet } from "@remix-run/react";
import {type MetaFunction} from "@remix-run/node";
export const meta: MetaFunction = () => {