Home
last modified time | relevance | path

Searched defs:embedding (Results 1 – 7 of 7) sorted by path

/plugin/aichat/
H A DChunk.php14 protected $embedding; global() variable in dokuwiki\\plugin\\aichat\\Chunk
27 __construct($page, $id, $text, $embedding, $created = '', $score = 0) global() argument
96 setEmbedding($embedding) global() argument
[all...]
/plugin/aichat/Storage/
H A DSQLiteStorage.php134 sqliteCosineSimilarityCallback($query, $embedding) global() argument
147 cosineSimilarity($queryVector, $embedding) global() argument
[all...]
/plugin/aichat/db/
H A Dupdate0001.sql5 embedding BLOB NOT NULL, field
/plugin/command/ext/
H A Dabstract.php14 function getCachedData($embedding, $params, $paramHash, $content,
H A Ddt.php14 function getCachedData($embedding, $params, $paramHash, $content,
/plugin/command/inc/
H A Dextension.php99 function getCachedData($embedding, $params, $paramHash, $content,
139 function runCommand($embedding, $cachedData, &$renderer,
/plugin/gist/
H A Dgist.php11 function getCachedData($embedding, $params, $paramHash, $content, &$errorMessage)