Home
last modified time | relevance | path

Searched refs:processSingleFile (Results 1 – 3 of 3) sorted by relevance

/plugin/dokullm/
H A Dcli.php148 … $this->processSingleFile($path, $chroma, $host, $port, $tenant, $database, false, $verbose);
155 …private function processSingleFile($filePath, $chroma, $host, $port, $tenant, $database, $collecti… function in cli_plugin_dokullm
172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked);
278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked);
H A Daction.php507 $result = $chroma->processSingleFile($filePath, $collectionName, false);
H A DChromaDBClient.php573 public function processSingleFile($filePath, $collectionName, $collectionChecked = false) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient