RedisTag#
- class langchain_community.vectorstores.redis.filters.RedisTag(field: str)[source]#
RedisFilterField representing a tag in a Redis index.
Create a RedisTag FilterField.
- Parameters:
field (str) – The name of the RedisTag field in the index to be queried against.
Attributes
OPERATORS
OPERATOR_MAP
SUPPORTED_VAL_TYPES
escaper
Methods
- __init__(field: str)[source]#
Create a RedisTag FilterField.
- Parameters:
field (str) – The name of the RedisTag field in the index to be queried against.
- equals(other: RedisFilterField) bool #
- Parameters:
other (RedisFilterField) –
- Return type:
bool
Examples using RedisTag