MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / __call__

Method __call__

api/dashscope_client.py:827–831  ·  view source on GitHub ↗

Call operator interface, delegates to call method

(self, input: BatchEmbedderInputType, model_kwargs: Optional[Dict] = {}, force_recreate: bool = False)

Source from the content-addressed store, hash-verified

825 return embeddings
826
827 def __call__(self, input: BatchEmbedderInputType, model_kwargs: Optional[Dict] = {}, force_recreate: bool = False) -> BatchEmbedderOutputType:
828 """
829 Call operator interface, delegates to call method
830 """
831 return self.call(input=input, model_kwargs=model_kwargs, force_recreate=force_recreate)
832
833
834class DashScopeToEmbeddings(DataComponent):

Callers

nothing calls this directly

Calls 1

callMethod · 0.95

Tested by

no test coverage detected