简化模式# class langchain_experimental.graph_transformers.diffbot.SimplifiedSchema[source]# 简化的模式映射。 schema# 一个包含映射到简化模式类型的字典。 Type: 字典 根据预定义的列表初始化模式字典。 方法 __init__() 根据预定义的列表初始化模式字典。 get_type(type) 检索给定原始类型的简化模式类型。 __init__() → None[source]# 根据预定义的列表初始化模式字典。 Return type: 无 get_type(type: str) → str[source]# 检索给定原始类型的简化模式类型。 Parameters: type (str) – 要查找简化类型的原始模式类型。 Returns: 如果存在简化模式类型;否则,返回原始类型。 Return type: 字符串