Searched refs:ollamaModel (Results 1 – 3 of 3) sorted by relevance
/plugin/dokullm/ |
H A D | cli.php | 71 $ollamaModel = $this->getConf('ollama_model'); 82 …endFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 92 …, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 96 …checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 100 …>checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 104 …istCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 113 …, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 125 …le($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose = fal… argument 127 …omaDBClient($host, $port, $tenant, $database, 'documents', $ollamaHost, $ollamaPort, $ollamaModel); 346 …st, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $ollamaModel, $verbose = fal… argument [all …]
|
H A D | ChromaDBClient.php | 16 private $ollamaModel; variable in dokuwiki\\plugin\\dokullm\\ChromaDBClient 38 * @param string $ollamaModel Ollama embeddings model 40 …uct($host, $port, $tenant, $database, $defaultCollection, $ollamaHost, $ollamaPort, $ollamaModel) { argument 51 if (!is_string($ollamaModel) || empty($ollamaModel)) { 52 $this->ollamaModel = 'nomic-embed-text'; // Default embedding model 54 $this->ollamaModel = $ollamaModel; 138 $model = $this->ollamaModel;
|
H A D | action.php | 491 $ollamaModel = $this->getConf('ollama_embeddings_model'); 501 $ollamaModel
|