Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ run_query
Function
run_query
templates/sql-pgvector/sql_pgvector/chain.py:66–67 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
64
65
66
def
run_query(query):
67
return
db.run(query)
68
69
70
def
replace_brackets(match):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected