neo4j-python-driver
neo4j-python-driver copied to clipboard
Neo4j Bolt driver for Python
In the LangChain integration, we use the following block of code: ``` try: self._driver.verify_connectivity() except neo4j.exceptions.ServiceUnavailable: raise ValueError( "Could not connect to Neo4j database. " "Please ensure that the url...
* Fix typos. * Improved cross references. * Completed version history of stabilized auth manager APIs. * Amend preview remark to some mTLS APIs that already emitted an preview warning,...
Backgroud: I got an issue raised from neo4j: this this the exception logs:   Then I checked the source code here:  The direct issue is the connection is...
Why am I using pytho to manipulate the neo4j database schema and can't get the properties Traceback (most recent call last): File "try.py", line 47, in main() File "try.py", line...
* Notifications * Deprecate notifications and related APIs: * `ResultSummary.notifications` * `ResultSummary.summary_notifications` * `neo4j.SummaryNotification` * `neo4j.NotificationCategory` * `neo4j.NotificationDisabledCategory` * Stabilize GQL status objects (use this instead of notifications): * `ResultSummary.gql_status_objects`...
Configuring the driver with a URL that cannot be DNS resolved will raise a (retryable) `ServiceUnavailable` error instead of a `ValueError`.
Depends on: * https://github.com/neo4j-drivers/testkit/pull/642 (after merge, undo the temporary change of `testkit/testkit.json` and re-run CI)