Home
last modified time | relevance | path

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

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