langchain_community.vectorstores.redis.filters.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
OPERATORSOPERATOR_MAPSUPPORTED_VAL_TYPESescaperMethods
__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¶
- Parameters
other (RedisFilterField) –
- Return type
bool