langchain_community.chains.graph_qa.cypher
.construct_schema¶
- langchain_community.chains.graph_qa.cypher.construct_schema(structured_schema: Dict[str, Any], include_types: List[str], exclude_types: List[str]) str [source]¶
根据包含类型或排除类型过滤架构
- 参数
structured_schema (Dict[str, Any]) –
include_types (List[str]) –
exclude_types (List[str]) –
- 返回类型
str