(self)
| 340 | return documents |
| 341 | |
| 342 | def checkClient(self): |
| 343 | # assert not self.client.heartbeat(), logging.error("the embedding factory is not available.") |
| 344 | pass |
| 345 | |
| 346 | def getSpliter(self, textSplit, fileName, autoSpliter=False, chunk_size=500, chunk_overlap=0): |
| 347 | self.checkClient() |
no outgoing calls
no test coverage detected