MCPcopy Index your code
hub / github.com/CL-lau/SQL-GPT / checkClient

Method checkClient

embedding/embeddingHelper.py:342–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers 2

__init__Method · 0.95
getSpliterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected