jfeng1115's picture
init commit
58d33f0
raw
history blame contribute delete
No virus
251 Bytes
"""Chains and utils related to evaluating question answering functionality."""
from langchain.evaluation.qa.eval_chain import QAEvalChain
from langchain.evaluation.qa.generate_chain import QAGenerateChain
__all__ = ["QAEvalChain", "QAGenerateChain"]