Skip to content

Commit

Permalink
docs: fix import error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
levin-kitty committed Jan 10, 2025
1 parent facfd42 commit 4df741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/graphs/apache_age.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"outputs": [],
"source": [
"from langchain_community.graphs.age_graph import AGEGraph\n",
"from langchain_neo4j import GraphCypherQAChain\n",
"from langchain_community.chains.graph_qa.cypher import GraphCypherQAChain\n",
"from langchain_openai import ChatOpenAI"
]
},
Expand Down

0 comments on commit 4df741d

Please sign in to comment.