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
I am trying to create a knowledge graph for a custom schema.
My input data is pdf files. So I have used dir_file_scanner.
Schema commit has been done successfully and I can see the my entity types in the knowledge model.
As per the documentation, after this process we need to run the indexer.py file. There are no errors/warnings but it shows there is 0 data to process.
Even the chkpt file is empty. I dont know what am I missing.
Guidance would be highly appreciated.
Thanks in advance.
Could you provide your kag_config.yaml and tell us which llm you are using?
It looks like llm have not extracted any subgraphs from your input file within the constraint of your customized schema.
I am trying to create a knowledge graph for a custom schema.
My input data is pdf files. So I have used dir_file_scanner.
Schema commit has been done successfully and I can see the my entity types in the knowledge model.
As per the documentation, after this process we need to run the indexer.py file. There are no errors/warnings but it shows there is 0 data to process.
Even the chkpt file is empty. I dont know what am I missing.
Guidance would be highly appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: