Searched refs:embeddings (Results 1 – 12 of 12) sorted by relevance
93 $embeddings = $helper->getEmbeddings();95 $embeddings->setConfigContextChunks($max);98 $embeddings->setSimilarityThreshold($threshold);101 $sources = $embeddings->getSimilarChunks($query, $langlimit, false);
28 protected $embeddings; variable in helper_plugin_aichat124 if ($this->embeddings instanceof Embeddings) {125 return $this->embeddings;128 $this->embeddings = new Embeddings(135 $this->embeddings->setLogger($this->logger);138 return $this->embeddings;
7 …RAG (Retrieval-Augmented Generation). The plugin indexes wiki pages as embeddings in a vector data…45 - Manages the vector embeddings index47 - Creates and retrieves embeddings via embedding models
1 CREATE TABLE embeddings table10 CREATE INDEX idx_embeddings_page ON embeddings (page);
1 ALTER TABLE embeddings ADD COLUMN lang NOT NULL DEFAULT '';2 CREATE INDEX embeddings_lang_idx ON embeddings (lang);
8 ALTER TABLE embeddings ADD COLUMN cluster INTEGER REFERENCES clusters(cluster);
290 * @param array|null $embeddings Optional pre-computed embeddings for each document294 …public function addDocuments($collectionName, $documents, $ids, $metadatas = null, $embeddings = n… argument315 if ($embeddings) {316 $data['embeddings'] = $embeddings;726 $embeddings = $this->generateEmbeddings($paragraph);740 $chunkEmbeddings[] = $embeddings;
14 - **Vector Storage**: Store document embeddings in ChromaDB for semantic search
176 $embeddings = [];182 $embeddings[] = $chunk->getEmbedding();195 'embeddings' => $embeddings,
11 * (Optional) Access to an Ollama server for embeddings generation53 * **Ollama Host**: Hostname of your Ollama server (for embeddings)
63 * Host and port for Ollama server used for generating text embeddings
1 …n }\n\n /*\n X1-X10: skip most of this, since we are NOT doing the embeddings.\n */\n var e…