extract_cypher#

langchain_community.chains.graph_qa.falkordb.extract_cypher(text: str) str[源代码]#

从文本中提取Cypher代码。 :param text: 要从中提取Cypher代码的文本。

Returns:

从文本中提取的Cypher代码。

Parameters:

文本 (str)

Return type:

字符串