extract_cypher#
- langchain_community.chains.graph_qa.cypher.extract_cypher(text: str) str [源代码]#
自版本0.3.8起已弃用:请改用
:meth:`~langchain_neo4j.chains.graph_qa.cypher.extract_cypher`
。在langchain-community==1.0之前不会移除。从文本中提取Cypher代码。
- Parameters:
text (str) – 从中提取Cypher代码的文本。
- Returns:
从文本中提取的Cypher代码。
- Return type:
字符串