mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? Feat: Add memory multi-select dropdown to recall and message operator forms. #4213 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -2128,6 +2128,8 @@ Important structured information may include: names, dates, locations, events, k
|
||||
immediately: 'Accepted response',
|
||||
streaming: 'Final response',
|
||||
},
|
||||
saveToMemory: 'Save to memory',
|
||||
memory: 'Memory',
|
||||
},
|
||||
llmTools: {
|
||||
bad_calculator: {
|
||||
|
||||
@ -1940,6 +1940,8 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
headerParameters: '请求头参数',
|
||||
requestBodyParameters: '请求体参数',
|
||||
},
|
||||
saveToMemory: '保存到Memory',
|
||||
memory: 'Memory',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user