langchain.vectorstores.redis.filters
.RedisNum¶
- class langchain.vectorstores.redis.filters.RedisNum(field: str)[source]¶
A RedisFilterField representing a numeric field in a Redis index.
Attributes
OPERATORS
OPERATOR_MAP
SUPPORTED_VAL_TYPES
escaper
Methods
__init__
(field)equals
(other)- __init__(field: str)¶
- equals(other: RedisFilterField) bool ¶