操作符# class langchain_core.structured_query.Operator(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]# 操作枚举器。 AND = 'and'# OR = 'or'# NOT = 'not'# 使用Operator的示例 如何为查询分析构建过滤器