Feat: Add question parameter to edit chunk modal #3873 (#3874)

### 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:
balibabu
2024-12-05 13:58:33 +08:00
committed by GitHub
parent 593ffc4067
commit cfe23badb0
5 changed files with 15 additions and 0 deletions

View File

@ -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',

View File

@ -309,6 +309,7 @@ export default {
ellipse: '省略',
graph: '知識圖譜',
mind: '心智圖',
question: '問題',
},
chat: {
newConversation: '新會話',

View File

@ -326,6 +326,7 @@ export default {
ellipse: '省略',
graph: '知识图谱',
mind: '思维导图',
question: '问题',
},
chat: {
newConversation: '新会话',