langchain.chains.graph_qa.falkordb.extract_cypher¶

langchain.chains.graph_qa.falkordb.extract_cypher(text: str) str[source]¶

Extract Cypher code from a text. :param text: Text to extract Cypher code from.

Returns

Cypher code extracted from the text.

Parameters

text (str) –

Return type

str