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-classicchainsgraph_qapromptsDEPRECATED_LOOKUP
    Attributeā—Since v1.0

    DEPRECATED_LOOKUP

    Copy
    DEPRECATED_LOOKUP = {'AQL_FIX_TEMPLATE': 'langchain_community.chains.graph_qa.prompts', 'AQL_GENERATION_TEMPLATE': 'langchain_community.chains.graph_qa.prompts'
    View source on GitHub
    ,
    'AQL_QA_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'CYPHER_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'CYPHER_QA_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'CYPHER_QA_PROMPT'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'CYPHER_GENERATION_PROMPT'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'GRAPHDB_QA_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'GRAPHDB_SPARQL_FIX_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'GRAPHDB_SPARQL_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'GREMLIN_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'KUZU_EXTRA_INSTRUCTIONS'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'KUZU_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'NEBULAGRAPH_EXTRA_INSTRUCTIONS'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'NEPTUNE_OPENCYPHER_EXTRA_INSTRUCTIONS'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'NEPTUNE_OPENCYPHER_GENERATION_SIMPLE_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'NEPTUNE_OPENCYPHER_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'NGQL_GENERATION_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'SPARQL_GENERATION_SELECT_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'SPARQL_GENERATION_UPDATE_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'SPARQL_INTENT_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    ,
    'SPARQL_QA_TEMPLATE'
    :
    'langchain_community.chains.graph_qa.prompts'
    }