mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
fix: stabilize wiki planning and artifact graph rendering (#17473)
This commit is contained in:
@@ -2974,7 +2974,7 @@ _WIKI_COMPILE_KWDS = (
|
||||
_WIKI_GRAPH_ENTITY_KWD = "artifact_entity"
|
||||
_WIKI_GRAPH_RELATION_KWD = "artifact_relation"
|
||||
_WIKI_GRAPH_ENTITY_PAGE_SIZE = 32
|
||||
_WIKI_GRAPH_MAX_LOADING_ENTITY = 128
|
||||
_WIKI_GRAPH_MAX_LOADING_ENTITY = 512
|
||||
|
||||
|
||||
def _wiki_entity_payload(row: dict) -> dict | None:
|
||||
|
||||
Reference in New Issue
Block a user