Skip to content
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

Clarification Needed: Neo4j Connection for Neo4jGraph in Colab #6

Open
SandhiyaGiri opened this issue Mar 31, 2024 · 0 comments
Open

Comments

@SandhiyaGiri
Copy link

I'm encountering a ValueError when trying to run the following code block in Google Colab:

kg = Neo4jGraph( url=NEO4J_URI, username=NEO4J_USERNAME, password=NEO4J_PASSWORD, database=NEO4J_DATABASE )

ERROR :
ValueError: Did not find url, please add an environment variable NEO4J_URI which contains it, or pass url as a named parameter.

Should I establish a connection to a Neo4j DBMS before running this code block? OR
Is there a simpler way to run this code in Colab, without explicitly connecting beforehand?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant