remove_files#

barecat.Index.remove_files(items)[source]#

Remove multiple files from the index.

Parameters:

items (Iterable[Union[barecat.core.types.BarecatFileInfo, str]]) – Paths of the files or the file info objects.

Raises:

FileNotFoundBarecatError – If any of the files is not found.