langchain_community.chains.graph_qa.neptune_cypher
.extract_cypher¶
- langchain_community.chains.graph_qa.neptune_cypher.extract_cypher(text: str) str [source]¶
使用正则表达式从文本中提取Cypher代码。
- 参数
text (str) –
- 返回类型
字符串