mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
set DLA active for KG (#3386)
### What problem does this PR solve? ### Type of change - [x] Refactoring
This commit is contained in:
@ -537,7 +537,7 @@ def parse():
|
||||
options.add_argument('--disable-dev-shm-usage')
|
||||
driver = Chrome(options=options)
|
||||
driver.get(url)
|
||||
sections = RAGFlowHtmlParser()(driver.page_source)
|
||||
sections = RAGFlowHtmlParser()("", binary=driver.page_source)
|
||||
return get_json_result(data="\n".join(sections))
|
||||
|
||||
if 'file' not in request.files:
|
||||
|
||||
Reference in New Issue
Block a user