langchain_community.vectorstores.neo4j_vector.dict_to_yaml_str

langchain_community.vectorstores.neo4j_vector.dict_to_yaml_str(input_dict: Dict, indent: int = 0) str[source]

将字典转换为类似YAML的字符串,而不使用外部库。

参数:- input_dict (dict):要转换的字典。- indent (int):当前缩进级别。

返回:- str:输入字典的类似YAML字符串表示。

参数:
  • input_dict (Dict) –

  • indent (int) –

返回类型

str