Home
last modified time | relevance | path

Searched refs:embeddingModel (Results 1 – 1 of 1) sorted by relevance

/plugin/aichat/
DModelFactory.php15 public $embeddingModel; variable in dokuwiki\\plugin\\aichat\\ModelFactory
37 $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;