mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
Fix: frontend cannot sync document window context (#12256)
### What problem does this PR solve? Frontend cannot sync document window context. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
@ -73,6 +73,8 @@ export function SavingButton() {
|
||||
...values,
|
||||
parser_config: {
|
||||
...values.parser_config,
|
||||
image_table_context_window:
|
||||
values.parser_config.image_table_context_window,
|
||||
image_context_size:
|
||||
values.parser_config.image_table_context_window,
|
||||
table_context_size:
|
||||
|
||||
Reference in New Issue
Block a user