Home
last modified time | relevance | path

Searched refs:embedding (Results 1 – 25 of 34) sorted by last modified time

12

/plugin/aichat/
H A DChunk.php16 * @param float[] $embedding
24 protected $embedding,
91 return $this->embedding;
95 * @param float[] $embedding
97 public function setEmbedding($embedding): void
99 $this->embedding = $embedding;
182 $data['embedding'],
195 'embedding' => $this->embedding,
14 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...]
H A DEmbeddings.php16 * Pages are split into chunks of 1000 tokens each. For each chunk the embedding vector is fetched from
121 * Split the given page, fetch embedding vectors and return Chunks
149 $embedding = $this->model->getEmbedding($part);
153 'Failed to get embedding for chunk of page {page}: {msg}',
159 $chunkList[] = new Chunk($page, $firstChunkID, $part, $embedding);
/plugin/aichat/Storage/
H A DSQLiteStorage.php57 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
92 'embedding' => json_encode($chunk->getEmbedding(), JSON_THROW_ON_ERROR),
130 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
148 'SELECT *, COSIM(?, embedding) AS similarity
163 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
197 * @param string $embedding JSON encoded vector array
200 public function sqliteCosineSimilarityCallback($query, $embedding)
204 json_decode($embedding, true, 512, JSON_THROW_ON_ERROR)
214 * @param float[] $embedding The normalized vector of the chunk
217 protected function cosineSimilarity($queryVector, $embedding)
134 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/embeddedphp/
H A Dplugin.info.txt6 desc Allows embedding PHP code on wiki pages
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt452 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1embedding\n return new MonarchLineState(stack, embeddedModeData);\n }\n i…
H A D3.3.js.map1embedding page, it is **strongly discouraged** to use both `allow-scripts` and `allow-same-origin`…
H A D2.2.js.map1embedding, isolate, or override established by the box. Note: for HTML content use the 'dir' attri…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1embedding direction.\n for (var i$6 = 0; i$6 < len; ++i$6) {\n if (isNeutral.test(type…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1embedding direction.\n */\n for (i = 0; i < strLength; ++i) {\n if (types[i] === 'ON') {\n …
/plugin/inlinejs/
H A Dplugin.info.txt6 desc Allow spot-based embedding of JavaScript and StyleSheet in the page.
/plugin/codeprettify/code-prettify/
H A DCHANGES.md51 * Support for `nocode` spans to allow embedding of line numbers and code
H A DREADME.md114 You may also use the [HTML 5][3] convention of embedding a `<code>` element
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst326 This behavior depends on the application embedding Twig.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md519 the `Hoa\Stream\Composite` abstract class), i.e. streams embedding
/plugin/mapillary/
H A DREADME1 **This plugin is currently broken as Mapillary discontinued their embedding widget and the underlyi…
2 Please use the iframe plugin with the embedding options that Mapillary provides [http://blog.mapill…
/plugin/fontface/
H A Dinstall_fonts.txt4 The settings depend on the embedding technique you use.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternalResources.txt
H A DURI.DisableResources.txt
H A DFilter.YouTube.txt
/plugin/pgn4web/pgn4web/
H A DREADME.txt163 See *mini.html* for an example of embedding the PGN content into the HTML file.
H A Dpgn-standard-proposed-supplement.txt88 3.2 A generalised format for embedding commands in comments.
/plugin/yql/
H A Dplugin.info.txt6 desc A plugin for embedding results of the Yahoo! YQL query API.
/plugin/explorertree/
H A Dplugin.info.txt6 desc DokuWiki helper for embedding NS/page explorer to a plugin

12