Hello All,
I have imported the database, and I can connect using Neo4j Desktop and run the query, but I cannot connect to the database using test_connection.py. I even changed the database connection in the .env.
C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend>python tests/test_connection.py
Traceback (most recent call last):
File "C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend\tests\test_connection.py", line 8, in
from neo4j_utils import Neo4jConnection
File "C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend\tests..\neo4j_utils.py", line 6, in
from neo4j import GraphDatabase
ModuleNotFoundError: No module named 'neo4j'
Please let me know what mistake I am making here.
Regards,
Arunesh
Hello All,
I have imported the database, and I can connect using Neo4j Desktop and run the query, but I cannot connect to the database using test_connection.py. I even changed the database connection in the .env.
C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend>python tests/test_connection.py
Traceback (most recent call last):
File "C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend\tests\test_connection.py", line 8, in
from neo4j_utils import Neo4jConnection
File "C:\Agentic_Graph_Rag\integrations-main\langgraph\agentic_graph_rag\backend\tests..\neo4j_utils.py", line 6, in
from neo4j import GraphDatabase
ModuleNotFoundError: No module named 'neo4j'
Please let me know what mistake I am making here.
Regards,
Arunesh