| dataset=self._dataset | dataset=self._dataset | ||||
| ) | ) | ||||
| else: | else: | ||||
| raise ValueError(f"Vector store {config.get('VECTOR_STORE')} is not supported.") | |||||
| raise ValueError(f"Keyword store {keyword_type} is not supported.") | |||||
| def create(self, texts: list[Document], **kwargs): | def create(self, texts: list[Document], **kwargs): | ||||
| self._keyword_processor.create(texts, **kwargs) | self._keyword_processor.create(texts, **kwargs) |