mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 03:26:42 +08:00
fix: filter knowledge list by keywords and clear the selected file list after the file is uploaded successfully and add ellipsis pattern to chunk list (#628)
### What problem does this PR solve? #627 fix: filter knowledge list by keywords fix: clear the selected file list after the file is uploaded successfully feat: add ellipsis pattern to chunk list ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -64,6 +64,7 @@ export default {
|
||||
name: 'Name',
|
||||
namePlaceholder: 'Please input name!',
|
||||
doc: 'Docs',
|
||||
searchKnowledgePlaceholder: 'Search',
|
||||
},
|
||||
knowledgeDetails: {
|
||||
dataset: 'Dataset',
|
||||
@ -278,6 +279,8 @@ export default {
|
||||
keyword: 'Keyword',
|
||||
function: 'Function',
|
||||
chunkMessage: 'Please input value!',
|
||||
full: 'Full text',
|
||||
ellipse: 'Ellipse',
|
||||
},
|
||||
chat: {
|
||||
createAssistant: 'Create an Assistant',
|
||||
|
||||
@ -64,6 +64,7 @@ export default {
|
||||
name: '名稱',
|
||||
namePlaceholder: '請輸入名稱',
|
||||
doc: '文件',
|
||||
searchKnowledgePlaceholder: '搜索',
|
||||
},
|
||||
knowledgeDetails: {
|
||||
dataset: '數據集',
|
||||
@ -251,6 +252,8 @@ export default {
|
||||
keyword: '關鍵詞',
|
||||
function: '函數',
|
||||
chunkMessage: '請輸入值!',
|
||||
full: '全文',
|
||||
ellipse: '省略',
|
||||
},
|
||||
chat: {
|
||||
createAssistant: '新建助理',
|
||||
|
||||
@ -64,6 +64,7 @@ export default {
|
||||
name: '名称',
|
||||
namePlaceholder: '请输入名称',
|
||||
doc: '文档',
|
||||
searchKnowledgePlaceholder: '搜索',
|
||||
},
|
||||
knowledgeDetails: {
|
||||
dataset: '数据集',
|
||||
@ -268,6 +269,8 @@ export default {
|
||||
keyword: '关键词',
|
||||
function: '函数',
|
||||
chunkMessage: '请输入值!',
|
||||
full: '全文',
|
||||
ellipse: '省略',
|
||||
},
|
||||
chat: {
|
||||
createAssistant: '新建助理',
|
||||
|
||||
Reference in New Issue
Block a user