SimplifiedSchema#
- class langchain_experimental.graph_transformers.diffbot.SimplifiedSchema[source]#
Simplified schema mapping.
- schema#
A dictionary containing the mapping to simplified schema types.
- Type:
Dict
Initializes the schema dictionary based on the predefined list.
Methods
__init__
()Initializes the schema dictionary based on the predefined list.
get_type
(type)Retrieves the simplified schema type for a given original type.