langchain_core.structured_query.Operator

class langchain_core.structured_query.Operator(value)[source]

操作枚举器。

AND = 'and'
OR = 'or'
NOT = 'not'

使用 Operator 的示例