Signed-off-by: zhanluxianshen <zhanluxianshen@163.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>tags/1.8.1
| @@ -30,6 +30,7 @@ class BaseIndexProcessor(ABC): | |||
| def load(self, dataset: Dataset, documents: list[Document], with_keywords: bool = True, **kwargs): | |||
| raise NotImplementedError | |||
| @abstractmethod | |||
| def clean(self, dataset: Dataset, node_ids: Optional[list[str]], with_keywords: bool = True, **kwargs): | |||
| raise NotImplementedError | |||