MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / query_postprocessing

Method query_postprocessing

embedding/embeddingHelper.py:448–453  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

446 return text
447
448 def query_postprocessing(self, text: str):
449 if self.need_redis:
450 if isinstance(text, str):
451 text = text
452 # TODO 加入redis
453 return text
454
455 def batchQuery_postprocessing(self, text):
456 if self.need_redis:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected