Spaces:
Runtime error
Runtime error
File size: 145 Bytes
ed4d993 |
1 2 3 4 5 |
from elastic_query_generator.chain import chain
if __name__ == "__main__":
print(chain.invoke({"input": "how many customers named Carol"}))
|