langchain/templates/rag-astradb/main.py
2024-05-22 15:21:08 -07:00

6 lines
155 B
Python

from astradb_entomology_rag import chain
if __name__ == "__main__":
response = chain.invoke("Are there more coleoptera or bugs?")
print(response)