Home
last modified time | relevance | path

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

/plugin/aichat/Storage/
DChromaStorage.php100 protected function getCollectionID() function in dokuwiki\\plugin\\aichat\\Storage\\ChromaStorage
119 '/collections/' . $this->getCollectionID() . '/get',
165 '/collections/' . $this->getCollectionID() . '/delete',
192 '/collections/' . $this->getCollectionID() . '/upsert',
221 '/collections/' . $this->getCollectionID() . '/get',
262 '/collections/' . $this->getCollectionID() . '/query',
294 $count = $this->runQuery('/collections/' . $this->getCollectionID() . '/count', '', 'GET');
299 'collection_id' => $this->getCollectionID(),