Home
last modified time | relevance | path

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

/plugin/aichat/Storage/
DQdrantStorage.php103 public function getCollection($createWithDimensions = 0) function in dokuwiki\\plugin\\aichat\\Storage\\QdrantStorage
137 $collection = $this->getCollection();
150 '/collections/' . $this->getCollection() . '/points/' . $chunkID,
180 $collection = $this->getCollection();
216 '/collections/' . $this->getCollection(count($chunk->getEmbedding())) . '/points',
242 '/collections/' . $this->getCollection() . '/points',
288 '/collections/' . $this->getCollection() . '/points/search',
317 $info = $this->runQuery('/collections/' . $this->getCollection(), '', 'GET');
/plugin/dokullm/
H A DChromaDBClient.php185 public function getCollection($name) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient
240 $collection = $this->getCollection($name);
266 $collection = $this->getCollection($collectionName);
300 $collection = $this->getCollection($collectionName);
401 $collection = $this->getCollection($collectionName);
538 $collection = $this->getCollection($collectionName);
583 $collection = $this->getCollection($collectionName);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DAccessorSetter.php48 public function getCollection() function in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetter
/plugin/authgoogle/google/contrib/
DGoogle_MirrorService.php811 public function getCollection() { function in Google_Notification
885 public function getCollection() { function in Google_Subscription
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DXmlSerializationTest.php91 self::assertEquals(['collectionEntry' => 'collectionEntry'], $object->getCollection());