extract_gremlin# langchain_community.chains.graph_qa.gremlin.extract_gremlin(text: str) → str[source]# 从文本中提取Gremlin代码。 Parameters: text (str) – 从中提取Gremlin代码的文本。 Returns: 从文本中提取的Gremlin代码。 Return type: 字符串