LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • MCP Adapters
    Standard Tests
    Text Splitters
    • Overview
    • Agents
    • Callbacks
    • Chains
    • Chat models
    • Embeddings
    • Evaluation
    • Globals
    • Hub
    • Memory
    • Output parsers
    • Retrievers
    • Runnables
    • LangSmith
    • Storage
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    MCP Adapters
    Standard Tests
    Text Splitters
    OverviewAgentsCallbacksChainsChat modelsEmbeddingsEvaluationGlobalsHubMemoryOutput parsersRetrieversRunnablesLangSmithStorage
    Language
    Theme
    Pythonlangchain-classicevaluationqa
    Moduleā—Since v1.0

    qa

    Chains and utils related to evaluating question answering functionality.

    Classes

    Modules

    View source on GitHub
    class
    ContextQAEvalChain
    class
    CotQAEvalChain
    class
    QAEvalChain
    class
    QAGenerateChain
    module
    eval_chain
    module
    eval_prompt
    module
    generate_prompt
    module
    generate_chain

    LLM Chain for evaluating QA w/o GT based on context.

    LLM Chain for evaluating QA using chain of thought reasoning.

    LLM Chain for evaluating question answering.

    LLM Chain for generating examples for question answering.

    LLM Chains for evaluating question answering.

    LLM Chain for generating examples for question answering.