+
+
知识运维
+ } onClick={() => qc.invalidateQueries({ queryKey: ['ops'] })}>刷新
+
+
+
,
+ },
+ {
+ key: 'chunks', label: 'Chunk 管理',
+ children: (
+ <>
+
+ setSourceId(e.target.value)} onSearch={v => setSourceId(v)} enterButton={} style={{ width: 300 }} />
+
+ {sourceId &&
}
+ >
+ ),
+ },
+ {
+ key: 'rag-debug', label: 'RAG 调试',
+ children: (
+
+
+ setDebugQuery(e.target.value)} onSearch={handleDebugSearch} enterButton="检索" style={{ width: 400 }} />
+
+
+ 输入查询文本后,将显示检索参数和结果(完整 RAG 管道在 M3 阶段完善)。
+
+
+ ),
+ },
+ ]} />
+
+ )
+}