Searched refs:processSingleFile (Results 1 – 3 of 3) sorted by relevance
| /plugin/dokullm/ |
| H A D | cli.php | 148 … $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 D | action.php | 507 $result = $chroma->processSingleFile($filePath, $collectionName, false);
|
| H A D | ChromaDBClient.php | 573 public function processSingleFile($filePath, $collectionName, $collectionChecked = false) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient
|