Home
last modified time | relevance | path

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

/plugin/aichat/
Dhelper.php112 public function getEmbeddingModel() function in helper_plugin_aichat
114 return $this->factory->getEmbeddingModel();
130 $this->getEmbeddingModel(),
DModelFactory.php50 $this->getEmbeddingModel()->setDebug($debug);
90 public function getEmbeddingModel() function in dokuwiki\\plugin\\aichat\\ModelFactory
/plugin/aichat/cli/
Dsimulate.php80 $this->helper->getEmbeddingModel()->resetUsageStats();
99 … ...$this->flattenStats('stats.embedding', $this->helper->getEmbeddingModel()->getUsageStats()),
/plugin/aichat/_test/
DAbstractModelTest.php95 $model = $helper->getEmbeddingModel();