neo4j-python-driver icon indicating copy to clipboard operation
neo4j-python-driver copied to clipboard

Neo4j Bolt driver for Python

Results 23 neo4j-python-driver issues
Sort by recently updated
recently updated
newest added

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...

bug

* 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: ![image](https://github.com/neo4j/neo4j-python-driver/assets/34443073/f411b391-cce3-4b34-96c1-e9ed631b45a3) ![image](https://github.com/neo4j/neo4j-python-driver/assets/34443073/6ed66a16-8882-4ff6-8a9d-a06192b93d95) Then I checked the source code here: ![image](https://github.com/neo4j/neo4j-python-driver/assets/34443073/847fcfe1-5175-4a29-bff7-88f3f86ce6cc) The direct issue is the connection is...

bug

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...

bug

* 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)