Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ chain.py
File
chain.py
templates/neo4j-cypher-ft/neo4j_cypher_ft/chain.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
List, Optional, Union
2
3
from
langchain.chains.graph_qa.cypher_utils
import
CypherQueryCorrector, Schema
4
from
langchain_community.graphs
import
Neo4jGraph
Callers
nothing calls this directly
Calls
15
Neo4jGraph
Class · 0.90
CypherQueryCorrector
Class · 0.90
ChatOpenAI
Class · 0.90
StrOutputParser
Class · 0.90
SystemMessage
Class · 0.90
MessagesPlaceholder
Class · 0.90
map_to_database
Function · 0.85
get_function_response
Function · 0.70
Schema
Class · 0.50
get
Method · 0.45
from_messages
Method · 0.45
with_structured_output
Method · 0.45
Tested by
no test coverage detected