Replies: 3 comments
|
Hi @hcxx-x! I'm Dosu and I'm helping the InfiniFlow team. When knowledge graph retrieval is working, the results should be visibly different — KG results are inserted at the top of the result list with If you're seeing no difference with KG on/off, the most common cause is a configuration timing issue: knowledge graph settings are locked at file import time. If you enabled knowledge graph settings after uploading your files, you need to delete those files and re-import them with KG already enabled [3]. Here's the full required workflow (all 4 steps must be completed in order):
If any step is missed or done out of order, KG won't be utilized during retrieval [3]. Also note: if you're running v0.25.0, there was a bug where KG generation failed silently when files had zero chunks. This was fixed in v0.25.1 via PRs #14383 and #14459 [3]. Upgrading may help if you're on the older version. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
you can use tools like these to evaluate your graph |
|
@hcxx-x A simple way to verify that the Knowledge Graph is actually being used is through Retrieval Testing. When Use knowledge graph is enabled, the retrieval results should be different from standard hybrid retrieval:
A few things to check:
Could you also share:
That would help determine whether this is expected behavior or potentially a bug. If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
How can I test that my retrieval uses a knowledge graph? I have already generated a knowledge graph, but the content of the retrieval test remains the same whether the knowledge graph is turned on or off
All reactions