Fix: Files being parsed are not allowed to be deleted in batches #7065 (#7066)

### What problem does this PR solve?

Fix: Files being parsed are not allowed to be deleted in batches #7065

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-04-16 16:46:24 +08:00
committed by GitHub
parent 9c2dd70839
commit de5727f90a
6 changed files with 26 additions and 3 deletions

View File

@ -379,6 +379,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
community: 'Community reports generation',
communityTip:
'In a knowledge graph, a community is a cluster of entities linked by relationships. You can have the LLM generate an abstract for each community, known as a community report. See here for more information: https://www.microsoft.com/en-us/research/blog/graphrag-improving-global-search-via-dynamic-community-selection/',
theDocumentBeingParsedCannotBeDeleted:
'The document being parsed cannot be deleted',
},
chunk: {
chunk: 'Chunk',

View File

@ -196,6 +196,7 @@ export default {
'該文件與知識圖譜相關聯。刪除後,相關節點和關係資訊將被刪除,但圖不會立即更新。更新圖動作是在解析承載知識圖譜提取任務的新文件的過程中執行的。 ',
plainText: 'Naive',
reRankModelWaring: '重排序模型非常耗時。',
theDocumentBeingParsedCannotBeDeleted: '正在解析的文檔不能被刪除',
},
knowledgeConfiguration: {
titleDescription: '在這裡更新您的知識庫詳細信息,尤其是切片方法。',

View File

@ -196,6 +196,7 @@ export default {
'该文档与知识图谱相关联。删除后,相关节点和关系信息将被删除,但图不会立即更新。更新图动作是在解析承载知识图谱提取任务的新文档的过程中执行的。',
plainText: 'Naive',
reRankModelWaring: '重排序模型非常耗时。',
theDocumentBeingParsedCannotBeDeleted: '正在解析的文档不能被删除',
},
knowledgeConfiguration: {
titleDescription: '在这里更新您的知识库详细信息,尤其是切片方法。',