Searched refs:ollamaHost (Results 1 – 3 of 3) sorted by relevance
/plugin/dokullm/ |
H A D | cli.php | 69 $ollamaHost = $this->getConf('ollama_host'); 82 …$this->sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $… 92 …($searchTerms, $limit, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $o… 96 …$this->checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $v… 100 …$this->checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $ve… 104 …$this->listCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $… 113 …tDocument($documentId, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $o… 125 …private function sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $olla… argument 127 …dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents', $ollamaHost, $ollamaPort, $o… 346 …($searchTerms, $limit, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $o… argument [all …]
|
H A D | ChromaDBClient.php | 14 private $ollamaHost; variable in dokuwiki\\plugin\\dokullm\\ChromaDBClient 36 * @param string $ollamaHost Ollama server host 40 …public function __construct($host, $port, $tenant, $database, $defaultCollection, $ollamaHost, $ol… argument 47 $this->ollamaHost = $ollamaHost; 134 $ollamaUrl = "http://{$this->ollamaHost}:{$this->ollamaPort}/api/embeddings";
|
H A D | action.php | 489 $ollamaHost = $this->getConf('ollama_host'); 499 $ollamaHost,
|