mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -2,7 +2,7 @@ from langchain.graphs import Neo4jGraph
|
||||
|
||||
graph = Neo4jGraph()
|
||||
|
||||
# Import sample data
|
||||
# Import sample data
|
||||
graph.query(
|
||||
"""
|
||||
MERGE (m:Movie {name:"Top Gun"})
|
||||
|
Reference in New Issue
Block a user