mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
@@ -2,4 +2,4 @@ from neo4j_parent.chain import chain
|
||||
|
||||
if __name__ == "__main__":
|
||||
original_query = "What is the plot of the Dune?"
|
||||
print(chain.invoke(original_query)) # noqa: T201
|
||||
print(chain.invoke(original_query))
|
||||
|
Reference in New Issue
Block a user