extract_cypher# langchain_community.chains.graph_qa.memgraph.extract_cypher(text: str) → str[源代码]# 从文本中提取Cypher代码。 Parameters: text (str) – 从中提取Cypher代码的文本。 Returns: 从文本中提取的Cypher代码。 Return type: 字符串