Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 59) sorted by path

123

/plugin/advrack/
H A Draphael.js5839 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5840 vector[2] *= max;
5841 vector[3] *= max;
5843 vector[0] = -vector[2];
5844 vector[2] = 0;
5847 vector[1] = -vector[3];
5848 vector[3] = 0;
5869 x1: vector[0],
5870 y1: vector[1],
5871 x2: vector[2],
[all …]
/plugin/aichat/
H A DEmbeddings.php18 * Pages are split into chunks of 1000 tokens each. For each chunk the embedding vector is fetched from
247 $vector = $this->embedModel->getEmbedding($query);
255 $chunks = $this->storage->getSimilarChunks($vector, $lang, $fetch);
/plugin/aichat/Storage/
H A DAbstractStorage.php9 * Defines a vector storage for page chunks and their embeddings
109 * Get the chunks most similar to the given vector, using a nearest neighbor search
116 * @param float[] $vector The vector to compare to
121 abstract public function getSimilarChunks($vector, $lang = '', $limit = 4);
84 getSimilarChunks($vector, $limit = 4) global() argument
H A DSQLiteStorage.php139 public function getSimilarChunks($vector, $lang = '', $limit = 4)
141 $cluster = $this->getCluster($vector, $lang);
155 [json_encode($vector, JSON_THROW_ON_ERROR), $cluster, $this->similarityThreshold, $limit]
196 * @param string $query JSON encoded vector array
197 * @param string $embedding JSON encoded vector array
213 * @param float[] $queryVector The normalized vector of the search phrase
214 * @param float[] $embedding The normalized vector of the chunk
329 $vector = json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR);
330 $cluster = $this->getCluster($vector, $this->useLanguageClusters ? $record['lang'] : '');
342 * Get the nearest cluster for the given vector
88 getSimilarChunks($vector, $limit = 4) global() argument
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md11 vector, document or data formats, such as PNG, JPG, PDF, SVG, JSON, XLSX and
625 lossless | Flag to print the actual vector graphic instead of buffered bitmap (print option only, e…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2310 pdfDoc.ellipse(vector.x, vector.y, vector.r1, vector.r2);
2314 pdfDoc.roundedRect(vector.x, vector.y, vector.w, vector.h, vector.r);
2316 pdfDoc.rect(vector.x, vector.y, vector.w, vector.h);
2320 pdfDoc.moveTo(vector.x1, vector.y1);
2321 pdfDoc.lineTo(vector.x2, vector.y2);
2342 if (vector.color && vector.lineColor) {
13668 var x = vector.x, y = vector.y, x1 = vector.x1, y1 = vector.y1, x2 = vector.x2, y2 = vector.y2;
14508 w = Math.max(w, vector.x + vector.r1);
14509 h = Math.max(h, vector.y + vector.r2);
14512 w = Math.max(w, vector.x + vector.w);
[all …]
H A Dpdfmake.min.js.map1vector","pdfDoc","lineWidth","dash","space","undash","fillOpacity","strokeOpacity","lineJoin","ell…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41894 function rotateVector(vector, angle) { argument
41895 return (!angle) ? vector : {
41896 x: Math.cos(angle) * vector.x - Math.sin(angle) * vector.y,
41897 y: Math.sin(angle) * vector.x + Math.cos(angle) * vector.y
/plugin/callflow/
H A Draphael.js5840 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5841 vector[2] *= max;
5842 vector[3] *= max;
5844 vector[0] = -vector[2];
5845 vector[2] = 0;
5848 vector[1] = -vector[3];
5849 vector[3] = 0;
5870 x1: vector[0],
5871 y1: vector[1],
5872 x2: vector[2],
[all …]
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …get\", \"var-set\", \"var?\", \"vary-meta\", \"vec\", \"vector\", \"vector-of\",\n \"vector?\…
H A Didl.min.js.map1 …4', 'uniq',\n 'unsharp_mask', 'usersym', 'value_locate', 'variance', 'vector',\n 'vector_fie…
H A Dscheme.min.js.map1vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-ve…
/plugin/combo/resources/slot/
H A Dpage-footer.md9 <text h4 ><icon name="mdi:vector-combine" spacing="mr-1" color="secondary"/>Your Brand</text>
H A Dpage-header.md3 <icon name="mdi:vector-combine"/>
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19vector:"bold-italic",matrix:"bold-upright"},symbols:{gamma:"\u03B3"}});var a={version:"2.7.9",sett…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dcollapsible.js38 vector: 15,
64 vector: {
H A Dmathjax-sre.js142 …","set singleton":"","set collection":"",label:"",multiline:"",matrix:"",vector:"",cases:"",table:… property in sre.Messages.ROLE
436 vector:"Vektor",cases:"Fallunterscheidung",table:"Tabelle",unknown:"unbekannt"},ENCLOSE:{longdiv:"l… property in sre.Locale.de.ROLE
449 squarematrix:"square matrix",multiline:"multiple lines",matrix:"matrix",vector:"vector",cases:"case… property in sre.Locale.en.ROLE
462 …"matriz cuadrada",multiline:"l\u00edneas m\u00faltiples",matrix:"matriz",vector:"vector",cases:"de… property in sre.Locale.es.ROLE
477 …ion":"collection",label:"\u00e9tiquette",multiline:"multi-ligne",matrix:"matrice",vector:"vecteur", property in sre.Locale.fr.ROLE
487 …,squarematrix:"square matrix",multiline:"multiple lines",matrix:"matrix",vector:"vector",cases:"ca… property in sre.Locale.nemeth.ROLE
/plugin/diagramsnet/lib/resources/
H A Ddia_nl.txt111 diagramSvgDesc=Bewerkbaar vector-bestand
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …r?',\n 'vary-meta',\n 'vec',\n 'vector',\n 'vector-of',\n 'vect…
H A D2.2.js.map1vector described by the first 3 parameters.\"\n },\n {\n …
H A D3.3.js.map1 …* `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `imag…
H A D47.47.js.map1 …t',\n 'logical',\n 'matrix',\n 'numeric',\n 'vector',\n 'data.f…
H A Dbundle.js.map1vector, k) {\n return [vector[0] * k, vector[1] * k, vector[2] * k];\n}\n\n// TODO return d\nexpo…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{cont…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1vector","cartesianNormalizeInPlace","ranges","deltaSum","boundsStream","boundsPoint","boundsLineSt…

123