langchain/templates/neo4j-parent/main.py

6 lines
172 B
Python
Raw Normal View History

2023-10-27 02:44:30 +00:00
from neo4j_parent.chain import chain
if __name__ == "__main__":
2023-10-29 22:50:09 +00:00
original_query = "What is the plot of the Dune?"
print(chain.invoke(original_query)) # noqa: T201