(self, text_list: List[Dict], embedding: Embeddings, is_the_task_interrupted)
| 156 | |
| 157 | @abstractmethod |
| 158 | def _batch_save(self, text_list: List[Dict], embedding: Embeddings, is_the_task_interrupted): |
| 159 | pass |
| 160 | |
| 161 | def search( |
| 162 | self, |
no outgoing calls
no test coverage detected