langchain_community.vectorstores.redis.filters.RedisNum¶

class langchain_community.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¶

Examples using RedisNum¶