Spaces:
Runtime error
Runtime error
File size: 155 Bytes
ed4d993 |
1 2 3 4 5 6 |
from astradb_entomology_rag import chain
if __name__ == "__main__":
response = chain.invoke("Are there more coleoptera or bugs?")
print(response)
|