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

Method query_embedding_postprocessing

embedding/embeddingHelper.py:462–467  ·  view source on GitHub ↗
(self, text, thresholds=.9)

Source from the content-addressed store, hash-verified

460 return text
461
462 def query_embedding_postprocessing(self, text, thresholds=.9):
463 if self.need_redis:
464 if isinstance(text, str):
465 text = text
466
467 return text
468
469 def batchQuery_embedding_postprocessing(self, text):
470 if self.need_redis:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected