SearchTypeFilter#

class langchain_box.utilities.box.SearchTypeFilter(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

SearchTypeFilter.

Enum to limit the what we search.

NAME = 'name'#

The name of the item, as defined by its name field.

DESCRIPTION = 'description'#

The description of the item, as defined by its description field.

FILE_CONTENT = 'file_content'#

The actual content of the file.

COMMENTS = 'comments'#

The content of any of the comments on a file or folder.

TAGS = 'tags'#

Any tags that are applied to an item, as defined by its tags field.