langchain.vectorstores.redis.filters
.RedisTag¶
- class langchain.vectorstores.redis.filters.RedisTag(field: str)[source]¶
A 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)Create a RedisTag FilterField.
equals
(other)- __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 ¶