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-05-22 22:21:08 +00:00
|
|
|
print(chain.invoke(original_query))
|