-
Notifications
You must be signed in to change notification settings - Fork 198
Exception ignored in: <function Driver.__del__ at 0x7ff101714d30> #1024
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
Comments
fixed with |
Hello and thanks for reaching out. It is actually documented: https://neo4j.com/docs/api/python-driver/current/api.html#neo4j.GraphDatabase The first 2 examples of using the driver in the API docs show how to either close it using a call to |
I'm following along with lessons in the neo4j academy and I don't think it
was mentioned how to do it through the langchain wrapper.
…On Thu, Feb 29, 2024 at 3:16 AM Robsdedude ***@***.***> wrote:
Hello and thanks for reaching out.
Great to hear you managed to figure out that you need to close the driver.
It is actually documented:
https://neo4j.com/docs/api/python-driver/current/api.html#neo4j.GraphDatabase
The first 2 examples of using the driver in the API docs show how to either
close it using a call to .close(), or better yet, how to use the driver
as a context manager using the with keyword.
—
Reply to this email directly, view it on GitHub
<#1024 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4Z2SG2JUL32BRXIQXIETYV3YXTAVCNFSM6AAAAABD66KCJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQG4ZDAMRVGU>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hey @mfreeman451 , which graphacademy lesson did you run into this problem on? I will get it updated ASAP |
|
Bug Report
Trying to perform a vector search in neo4j python SDK 5.17.0 and along with some results being returned, I get an exception that I can't catch.
Code: https://paste.lol/mfreeman451/neo4j-error
Error:
My Environment
Python Version: Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Driver Version: Version: 5.17.0
Server Version and Edition: Neo4J 5.17 - Enterprise
Operating System: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: