diff --git a/src/ModelMapper.php b/src/ModelMapper.php index 3751fee..5595527 100644 --- a/src/ModelMapper.php +++ b/src/ModelMapper.php @@ -57,7 +57,7 @@ public function getDefaultModel(): ModelInterface public function getDefaultEmbeddingModel(): EmbeddingInterface { - return $this->getModel($this->defaultEmbeddingModel); + return $this->getEmbeddingModel($this->defaultEmbeddingModel); } /**