You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload a file with a lot of text content, and when its knowledge graph nodes have more than 500 visits to the knowledge graph page, an error will occur
There is a situation where the "source" attribute value in the first 128 items of ["graph"]["edges"] is not in the first 256 items of ["graph"]["nodes"]
There is a situation where the "target" attribute value in the first 128 items of ["graph"]["edges"] is not in the first 256 items of ["graph"]["nodes"]
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
dd0ebbe
RAGFlow image version
infiniflow/ragflow:nightly
Other environment information
Actual behavior
Error accessing knowledge graph page
Expected behavior
No response
Steps to reproduce
Additional information
ragflow/api/apps/kb_app.py
Lines 319 to 322 in 754d5ea
There is a situation where the "source" attribute value in the first 128 items of ["graph"]["edges"] is not in the first 256 items of ["graph"]["nodes"]
There is a situation where the "target" attribute value in the first 128 items of ["graph"]["edges"] is not in the first 256 items of ["graph"]["nodes"]
The text was updated successfully, but these errors were encountered: