langchain_core.structured_query.Operator¶

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

Enumerator of the operations.

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

Examples using Operator¶