mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-15 01:18:26 +08:00
fix: deduplicate markdown table chunks (#16143)
This commit is contained in:
@@ -955,7 +955,7 @@ class Parser(ProcessBase):
|
||||
sections, tables, section_images = markdown_parser(
|
||||
name,
|
||||
blob,
|
||||
separate_tables=False,
|
||||
separate_tables=True,
|
||||
delimiter=conf.get("delimiter"),
|
||||
return_section_images=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user