Home
last modified time | relevance | path

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

/plugin/aichat/Storage/
DQdrantStorage.php99 …* @param int $createWithDimensions if > 0, the collection will be created with this many dimensions
103 public function getCollection($createWithDimensions = 0) argument
112 if (!$createWithDimensions) throw $e;
118 'size' => $createWithDimensions,