mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Miscellaneous edits to RAGFlow's UI (#3337)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -410,7 +410,7 @@ def queue_raptor_tasks(doc):
|
||||
"doc_id": doc["id"],
|
||||
"from_page": 0,
|
||||
"to_page": -1,
|
||||
"progress_msg": "Start to do RAPTOR (Recursive Abstractive Processing For Tree-Organized Retrieval)."
|
||||
"progress_msg": "Start to do RAPTOR (Recursive Abstractive Processing for Tree-Organized Retrieval)."
|
||||
}
|
||||
|
||||
task = new_task()
|
||||
|
||||
Reference in New Issue
Block a user