We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
No branches or pull requests
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: