langchain_community.vectorstores.redis.filters.check_operator_misuse¶

langchain_community.vectorstores.redis.filters.check_operator_misuse(func: Callable) Callable[source]¶

Decorator to check for misuse of equality operators.

Parameters

func (Callable) –

Return type

Callable