Lines Matching refs:chroma

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
172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked);
214 …private function processDirectory($dirPath, $chroma, $host, $port, $tenant, $database, $verbose = … argument
258 $collectionStatus = $chroma->ensureCollectionExists($collectionName);
278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked);
348 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
352 $results = $chroma->queryCollection($collection, [$searchTerms], $limit);
388 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
399 $result = $chroma->heartbeat();
414 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
425 $result = $chroma->getIdentity();
440 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
451 $result = $chroma->listCollections();
479 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
483 $results = $chroma->getDocument($collection, $documentId);