InMemoryDBText#
- class langchain_aws.vectorstores.inmemorydb.filters.InMemoryDBText(field: str)[source]#
InMemoryDBFilterField representing a text field in a InMemoryDB index.
Attributes
OPERATORS
OPERATOR_MAP
SUPPORTED_VAL_TYPES
escaper
Methods
- Parameters:
field (str) –
- __init__(field: str)#
- Parameters:
field (str) –
- equals(other: InMemoryDBFilterField) bool #
- Parameters:
other (InMemoryDBFilterField) –
- Return type:
bool