langchain_community.vectorstores.redis.filters.RedisText¶

class langchain_community.vectorstores.redis.filters.RedisText(field: str)[source]¶

A RedisFilterField representing a text 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 RedisText¶