InMemoryDBFilter#

class langchain_aws.vectorstores.inmemorydb.filters.InMemoryDBFilter[source]#

Collection of InMemoryDBFilterFields.

Methods

__init__()

num(field)

tag(field)

text(field)

__init__()#
static num(field: str) InMemoryDBNum[source]#
Parameters:

field (str)

Return type:

InMemoryDBNum

static tag(field: str) InMemoryDBTag[source]#
Parameters:

field (str)

Return type:

InMemoryDBTag

static text(field: str) InMemoryDBText[source]#
Parameters:

field (str)

Return type:

InMemoryDBText