NeptuneGraph in notebook throwing error while creating Graph intsnace for NeptuneOpenCypherQAChain #24072
Replies: 2 comments 18 replies
-
The error you're encountering suggests that the
If the error persists, it might be worth checking if there are any specific configurations or settings required for your Neptune instance to support the |
Beta Was this translation helpful? Give feedback.
-
@aradhanachaturvedi did u resolve the below error. {'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': "'Neptune' object has no attribute 'get_propertygraph_summary'"}'}. If so, can u explain the workaround . am also facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
Hi I am trying to connect to Neptune from my notebook,however I am getting error, I have checked the version is 1.2.1.0
{'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': "'Neptune' object has no attribute 'get_propertygraph_summary'"}'}. Is there any workaround. I wan to use NeptuneOpenCypherQAChain
System Info
langchain==0.1.20
langchain-community==0.0.38
langchain-core==0.1.52
langchain-experimental==0.0.57
langchain-openai==0.1.3
langchain-text-splitters==0.0.1
Beta Was this translation helpful? Give feedback.
All reactions