Spaces:
Runtime error
Runtime error
File size: 151 Bytes
ed4d993 |
1 2 3 4 5 6 7 |
from rag_aws_kendra.chain import chain
if __name__ == "__main__":
query = "Does Kendra support table extraction?"
print(chain.invoke(query))
|