Can not connect with NeptuneML graph databases from outside AWS. #24715
Replies: 5 comments 4 replies
-
To resolve the connection issue to your NeptuneML graph database from outside AWS, ensure that your Neptune instance supports the Summary API. The error message indicates that the Summary API is not available, suggesting that the engine version might be outdated. Here are the steps to resolve this:
Ensure that your AWS credentials and network configurations are correctly set up to allow connections from outside AWS [1][2]. |
Beta Was this translation helpful? Give feedback.
-
Engine version is The command |
Beta Was this translation helpful? Give feedback.
-
@parvathysarat did u end up fixing the issue?. I am also have the same error. |
Beta Was this translation helpful? Give feedback.
-
No I gave up on Neptune ML and I am using NEO4J |
Beta Was this translation helpful? Give feedback.
-
I use llama-index, but like you, I was getting an error when I ran the API to get the summary. |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
I just created a NeptuneML graph in AWS as this video shows :https://www.youtube.com/watch?v=Xkts629WM6s
And I want to connect with AWS externally from my python project using Langchain.
This is the error I receive:
langchain_community.graphs.neptune_graph.NeptuneQueryException: {'message': 'Could not get schema for Neptune database', 'detail': '{\'message\': \'Summary API is not available for this instance of Neptune,ensure the engine version is >=1.2.1.0\', \'details\': \'Connect timeout on endpoint URL: "https://<my-neptune-host>:<my-neptune-port>/propertygraph/statistics/summary"\'}'}
System Info
boto3==1.34.149
botocore==1.34.149
langchain==0.2.6
langchain-chroma==0.1.2
langchain-community==0.2.6
langchain-core==0.2.11
langchain-openai==0.1.14
langchain-text-splitters==0.2.2
langgraph==0.1.5
langsmith==0.1.90
Beta Was this translation helpful? Give feedback.
All reactions