Lines Matching refs:host
65 $host = $this->getConf('chroma_host');
82 …$this->sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $…
92 …$this->queryChroma($searchTerms, $limit, $host, $port, $tenant, $database, $collection, $ollamaHos…
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 …$this->getDocument($documentId, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollam…
125 …private function sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $olla… argument
127 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
131 $this->processDirectory($path, $chroma, $host, $port, $tenant, $database, $verbose);
148 … $this->processSingleFile($path, $chroma, $host, $port, $tenant, $database, false, $verbose);
155 …private function processSingleFile($filePath, $chroma, $host, $port, $tenant, $database, $collecti… argument
188 $this->info(" Host: $host:$port");
214 …private function processDirectory($dirPath, $chroma, $host, $port, $tenant, $database, $verbose = … argument
295 $this->info(" Host: $host:$port");
346 …private function queryChroma($searchTerms, $limit, $host, $port, $tenant, $database, $collection, … argument
348 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
355 $this->info("Host: $host:$port");
386 …private function checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollam… argument
388 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
393 $this->info("Host: $host:$port");
412 …private function checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollama… argument
414 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
419 $this->info("Host: $host:$port");
438 …private function listCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $olla… argument
440 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
445 $this->info("Host: $host:$port");
471 …private function getDocument($documentId, $host, $port, $tenant, $database, $collection, $ollamaHo… argument
479 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
487 $this->info("Host: $host:$port");