Searched refs:collectionChecked (Results 1 – 2 of 2) sorted by relevance
/plugin/dokullm/ |
H A D | cli.php | 155 …ssSingleFile($filePath, $chroma, $host, $port, $tenant, $database, $collectionChecked = false, $ve… argument 172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked); 262 $collectionChecked = true; 264 $collectionChecked = true; 278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked);
|
H A D | ChromaDBClient.php | 570 * @param bool $collectionChecked Whether the collection has already been checked/created 573 public function processSingleFile($filePath, $collectionName, $collectionChecked = false) { argument 579 if (!$collectionChecked) {
|