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

Method batchQuery_postprocessing

embedding/embeddingHelper.py:455–460  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

453 return text
454
455 def batchQuery_postprocessing(self, text):
456 if self.need_redis:
457 if isinstance(text, list):
458 text = text
459
460 return text
461
462 def query_embedding_postprocessing(self, text, thresholds=.9):
463 if self.need_redis:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected