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
The issue you're experiencing with some keywords not returning from RAGFlow to dify could be related to several factors:
Keyword Extraction: RAGFlow uses a keyword extraction process that might filter out certain keywords if they don't meet specific criteria, such as the minimum match threshold or token length. This could result in some keywords not being effectively extracted or used [1].
Connection Issues: There might be connection issues between RAGFlow and dify. RAGFlow has a mechanism to handle connection retries, attempting to connect multiple times with delays in between. If the connection is not established, it logs an error and raises an exception [2].
Error Messages: If there are network anomalies, specific error messages are documented, such as "Netzwerkanomalie" (Network anomaly), which might indicate a problem with the connection [3].
To troubleshoot, you might want to check the logs for any error messages related to connection issues and ensure that the keywords are being extracted correctly. Additionally, consider reviewing the configuration settings to ensure they are optimized for handling large document sets.
Self Checks
RAGFlow workspace code commit ID
d683644
RAGFlow image version
v0.17.0
Other environment information
Actual behavior
I have build a KB with 300+ documents in md format, every document's size is from 5k t0 30k, an I have turn on auto keywords with 10.
when I connect it from dify, some keyword will trigger an error about can't connect to ragflow, most of key words works well, I don't konw why.
Expected behavior
return correctly.
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: