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

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

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

    qa

    Chains and utils related to evaluating question answering functionality.

    Classes

    class
    ContextQAEvalChain

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

    class
    CotQAEvalChain

    LLM Chain for evaluating QA using chain of thought reasoning.

    class
    QAEvalChain

    LLM Chain for evaluating question answering.

    class
    QAGenerateChain

    LLM Chain for generating examples for question answering.

    Modules

    module
    eval_prompt
    module
    generate_prompt
    module
    generate_chain

    LLM Chain for generating examples for question answering.

    module
    eval_chain

    LLM Chains for evaluating question answering.

    View source on GitHub