-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
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
Issue with chunking + GDS library #856
Comments
Have you tried re-uploading the file and generate graph ? If you still get error, please share full trace of the error and pdf file if possible. |
this is the document that i am working on: [INFO]{'api_name': 'extract', 'db_url': 'neo4j+s://915323c5.databases.neo4j.io:7687', 'userName': 'neo4j', 'database': 'neo4j', 'source_url': None, 'aws_access_key_id': None, 'model': 'openai-gpt-4o', 'gcs_bucket_name': None, 'gcs_bucket_folder': None, 'source_type': 'local file', 'gcs_blob_filename': None, 'file_name': 'government-data-security-policies.pdf', 'gcs_project_id': None, 'wiki_query': None, 'allowedNodes': '', 'allowedRelationship': '', 'language': None, 'retry_condition': '', 'logging_time': '2024-11-12 02:42:17 UTC'} |
I tried that and it the problem still remains: 2024-11-12 20:25:24,571 - Failed to create communities: The Graph Data Science library is not correctly installed on the Neo4j server. 2024-11-12 20:25:24,571 - created communities |
message': 'Failed To Process File:xx.pdf or LLM Unable To Parse Content ', 'error_message': 'Chunks are not created for xx.pdf. Please re-upload file and try.', 'file_name': 'xx.pdf', 'status': 'Failed', 'db_url': 'neo4j+s://xx.databases.neo4j.io:7687', 'failed_count': 1, 'source_type': 'local file', 'source_url': None, 'wiki_query': None, 'logging_time': '2024-11-12 02:42:18 UTC'}
Traceback (most recent call last):
and
Failed to create GDS driver: The Graph Data Science library is not correctly installed on the Neo4j server.
The text was updated successfully, but these errors were encountered: