canHandle abstract method

bool canHandle(
  1. EmbeddingModelSpec spec
)

Whether this backend can serve spec. Probed by the registry.

Implementation

bool canHandle(EmbeddingModelSpec spec);