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
---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/llama_index/graph_stores/neo4j.py](https://b71uypks1j-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20231012-060150_RC00_572849617#) in __init__(self, username, password, url, database, node_label, **kwargs)
67 try:
---> 68 self.refresh_schema()
69 except neo4j.exceptions.ClientError:
17 frames
ClientError: {code: Neo.ClientError.Database.DatabaseNotFound} {message: Unable to get a routing table for database 'Instance02' because this database does not exist}
During handling of the above exception, another exception occurred:
ValueError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/llama_index/graph_stores/neo4j.py](https://b71uypks1j-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20231012-060150_RC00_572849617#) in __init__(self, username, password, url, database, node_label, **kwargs)
68 self.refresh_schema()
69 except neo4j.exceptions.ClientError:
---> 70 raise ValueError(
71 "Could not use APOC procedures. "
72 "Please ensure the APOC plugin is installed in Neo4j and that "
ValueError: Could not use APOC procedures. Please ensure the APOC plugin is installed in Neo4j and that 'apoc.meta.data()' is allowed in Neo4j configuration
I executed the code below:
And, I received the error:
Notebook Link
The text was updated successfully, but these errors were encountered: