InMemoryDBTag#

class langchain_aws.vectorstores.inmemorydb.filters.InMemoryDBTag(field: str)[source]#

InMemoryDBFilterField representing a tag in a InMemoryDB index.

Create a InMemoryDBTag FilterField.

Parameters:

field (str) – The name of the InMemoryDBTag field in the index to be queried against.

Attributes

OPERATORS

OPERATOR_MAP

SUPPORTED_VAL_TYPES

escaper

Methods

__init__(field)

Create a InMemoryDBTag FilterField.

equals(other)

__init__(field: str)[source]#

Create a InMemoryDBTag FilterField.

Parameters:

field (str) – The name of the InMemoryDBTag field in the index to be queried against.

equals(other: InMemoryDBFilterField) bool#
Parameters:

other (InMemoryDBFilterField) –

Return type:

bool