Searched refs:embeddingModel (Results 1 – 1 of 1) sorted by relevance
15 public $embeddingModel; variable in dokuwiki\\plugin\\aichat\\ModelFactory37 $this->embeddingModel = null;92 if ($this->embeddingModel instanceof EmbeddingInterface) {93 return $this->embeddingModel;95 $this->embeddingModel = $this->loadModel('embedding', $this->config['embedmodel']);96 $this->embeddingModel->setDebug($this->debug);97 return $this->embeddingModel;