MCPcopy
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
66def run_query(query):
67 return db.run(query)
68
69
70def replace_brackets(match):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected