InMemoryDBFilterField#

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

Base class for InMemoryDBFilterFields.

Attributes

OPERATORS

escaper

Methods

__init__(field)

equals(other)

Parameters:

field (str) –

__init__(field: str)[source]#
Parameters:

field (str) –

equals(other: InMemoryDBFilterField) bool[source]#
Parameters:

other (InMemoryDBFilterField) –

Return type:

bool