Home
last modified time | relevance | path

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

/plugin/aichat/
Dremote.php93 $embeddings = $helper->getEmbeddings();
95 $embeddings->setConfigContextChunks($max);
98 $embeddings->setSimilarityThreshold($threshold);
101 $sources = $embeddings->getSimilarChunks($query, $langlimit, false);
Dhelper.php28 protected $embeddings; variable in helper_plugin_aichat
124 if ($this->embeddings instanceof Embeddings) {
125 return $this->embeddings;
128 $this->embeddings = new Embeddings(
135 $this->embeddings->setLogger($this->logger);
138 return $this->embeddings;
DAGENTS.md7 …RAG (Retrieval-Augmented Generation). The plugin indexes wiki pages as embeddings in a vector data…
45 - Manages the vector embeddings index
47 - Creates and retrieves embeddings via embedding models
/plugin/aichat/db/
Dupdate0001.sql1 CREATE TABLE embeddings table
10 CREATE INDEX idx_embeddings_page ON embeddings (page);
Dupdate0003.sql1 ALTER TABLE embeddings ADD COLUMN lang NOT NULL DEFAULT '';
2 CREATE INDEX embeddings_lang_idx ON embeddings (lang);
Dupdate0002.sql8 ALTER TABLE embeddings ADD COLUMN cluster INTEGER REFERENCES clusters(cluster);
/plugin/dokullm/
H A DChromaDBClient.php290 * @param array|null $embeddings Optional pre-computed embeddings for each document
294 …public function addDocuments($collectionName, $documents, $ids, $metadatas = null, $embeddings = n… argument
315 if ($embeddings) {
316 $data['embeddings'] = $embeddings;
726 $embeddings = $this->generateEmbeddings($paragraph);
740 $chunkEmbeddings[] = $embeddings;
H A DREADME.md14 - **Vector Storage**: Store document embeddings in ChromaDB for semantic search
/plugin/aichat/Storage/
DChromaStorage.php176 $embeddings = [];
182 $embeddings[] = $chunk->getEmbedding();
195 'embeddings' => $embeddings,
/plugin/dokullm/doc/
H A Dinstall.txt11 * (Optional) Access to an Ollama server for embeddings generation
53 * **Ollama Host**: Hostname of your Ollama server (for embeddings)
H A Dllm.txt63 * Host and port for Ollama server used for generating text embeddings
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js.map1 …n }\n\n /*\n X1-X10: skip most of this, since we are NOT doing the embeddings.\n */\n var e…