File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010- 集成 neo4j mcp (或者自己构建工具)
1111- 文档解析部分的 markdown 中的图片替换为内部可访问的链接 (2/4)
1212- chat_model 的 call 需要异步
13+ - 优化分块儿逻辑,移除 QA 分块,集成到普通分块儿中
1314
1415### Bugs
1516- 部分异常状态下,智能体的模型名称出现重叠[ #279 ] ( https://github.com/xerrors/Yuxi-Know/issues/279 )
Original file line number Diff line number Diff line change 5656 :disabled =" lock"
5757 title =" 选择所有失败的文件"
5858 >
59- 选择失败
59+ 选择所有失败的文件
6060 </a-button >
6161 </div >
6262 <div style =" display : flex ; gap : 4px ;" >
Original file line number Diff line number Diff line change 6363 </div >
6464 <div style =" display : flex ; gap : 12px ; align-items : center ;" >
6565 <a-switch
66+ v-if =" !isLightRAG"
6667 v-model:checked =" showRawData"
6768 checked-children =" 格式化"
6869 un-checked-children =" 原始"
@@ -190,6 +191,9 @@ const searchLoading = computed(() => store.state.searchLoading);
190191const queryResult = ref (' ' );
191192const showRawData = ref (true );
192193
194+ // 判断是否为 LightRAG 类型知识库
195+ const isLightRAG = computed (() => store .database ? .kb_type ? .toLowerCase () === ' lightrag' );
196+
193197// 查询测试
194198const queryText = ref (' ' );
195199
You can’t perform that action at this time.
0 commit comments