anpigon's picture
add langchain docs
ed4d993
raw
history blame
155 Bytes
from astradb_entomology_rag import chain
if __name__ == "__main__":
response = chain.invoke("Are there more coleoptera or bugs?")
print(response)