mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? Feat: Add question parameter to edit chunk modal #3873 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -325,6 +325,7 @@ When you want to search the given knowledge base at first place, set a higher pa
|
||||
ellipse: 'Ellipse',
|
||||
graph: 'Knowledge graph',
|
||||
mind: 'Mind map',
|
||||
question: 'Question',
|
||||
},
|
||||
chat: {
|
||||
newConversation: 'New conversation',
|
||||
|
||||
@ -309,6 +309,7 @@ export default {
|
||||
ellipse: '省略',
|
||||
graph: '知識圖譜',
|
||||
mind: '心智圖',
|
||||
question: '問題',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新會話',
|
||||
|
||||
@ -326,6 +326,7 @@ export default {
|
||||
ellipse: '省略',
|
||||
graph: '知识图谱',
|
||||
mind: '思维导图',
|
||||
question: '问题',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新会话',
|
||||
|
||||
Reference in New Issue
Block a user