Lines Matching refs:database

68         $database = $this->getConf('chroma_database');
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
190 $this->info(" Database: $database");
214 …private function processDirectory($dirPath, $chroma, $host, $port, $tenant, $database, $verbose = … argument
297 $this->info(" Database: $database");
346 …private function queryChroma($searchTerms, $limit, $host, $port, $tenant, $database, $collection, … argument
348 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
357 $this->info("Database: $database");
386 …private function checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollam… argument
388 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
395 $this->info("Database: $database");
412 …private function checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollama… argument
414 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
421 $this->info("Database: $database");
438 …private function listCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $olla… argument
440 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
447 $this->info("Database: $database");
471 …private function getDocument($documentId, $host, $port, $tenant, $database, $collection, $ollamaHo… argument
479 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
489 $this->info("Database: $database");