Home
last modified time | relevance | path

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

/plugin/aichat/
Dhelper.php122 public function getEmbeddings() function in helper_plugin_aichat
199 $similar = $this->getEmbeddings()->getPageChunks($sourcePage);
203 $similar = $this->getEmbeddings()->getSimilarPages(
209 $similar = $this->getEmbeddings()->getSimilarChunks(
345 return count($this->getEmbeddings()->getTokenEncoder()->encode($text));
Dremote.php93 $embeddings = $helper->getEmbeddings();
/plugin/aichat/cli/
Dsimulate.php98 'source.time' => $this->helper->getEmbeddings()->timeSpent,