extract_cypher# langchain_community.chains.graph_qa.neptune_cypher.extract_cypher(text: str) → str[source]# 使用正则表达式从文本中提取Cypher代码。 Parameters: 文本 (str) Return type: 字符串