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