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

Method cahing_finished_callback

embedding/embeddingHelper.py:540–542  ·  view source on GitHub ↗
(self, future)

Source from the content-addressed store, hash-verified

538 self.redisCaching.update_cache(query[i], vec, mem)
539
540 def cahing_finished_callback(self, future):
541 self.my_property = future.result()
542 print("Long running task finished.")
543
544
545@singleton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected