Spaces:
Runtime error
Runtime error
File size: 139 Bytes
ed4d993 |
1 2 3 4 5 6 7 |
from rag_aws_bedrock.chain import chain
if __name__ == "__main__":
query = "What is this data about?"
print(chain.invoke(query))
|