Home
last modified time | relevance | path

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

/plugin/aichat/
DEmbeddings.php24 final public const MAX_OVERLAP_LEN = 200; define in dokuwiki\\plugin\\aichat\\Embeddings
414 … while (count($encoder->encode(implode(' ', $this->sentenceQueue))) > self::MAX_OVERLAP_LEN) {