Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DChromaDBClient.php254 * @param string $collectionName The name of the collection to get the document from
260 … public function getDocument($collectionName, $documentId, $include = ["metadatas", "documents"]) { argument
262 if (empty($collectionName)) {
263 $collectionName = 'documents';
266 $collection = $this->getCollection($collectionName);
268 throw new \Exception("Collection ID not found for '{$collectionName}'");
286 * @param string $collectionName The name of the collection to add documents to
294 …public function addDocuments($collectionName, $documents, $ids, $metadatas = null, $embeddings = n… argument
296 if (empty($collectionName)) {
297 $collectionName = 'documents';
[all …]
H A Dcli.php161 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents';
172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked);
255 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents';
258 $collectionStatus = $chroma->ensureCollectionExists($collectionName);
278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked);
H A Daction.php505 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents';
507 $result = $chroma->processSingleFile($filePath, $collectionName, false);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
DUsergroupAwareSimpleValue.php13 private $collectionName; variable in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
17 public function __construct($collectionName, $itemName) argument
19 $this->collectionName = $collectionName;
65 $collectionElem = XMLHelper::createElement($document, $this->collectionName);
/plugin/tfslink/syntax/
Dworkitemlink.php35 $collectionName = isset($options['cn']) ? trim($options['cn']) : '';
36 $collection = strlen($collectionName) == 0 // empty => use default collection
38 : $this->_getProjectCollection($collectionName);
51 … && ( strlen($collectionName) > 0 || $this->getConf('showdefaultcollectiontitle')))
/plugin/aichat/Storage/
DQdrantStorage.php20 protected $collectionName = ''; variable in dokuwiki\\plugin\\aichat\\Storage\\QdrantStorage
28 $this->collectionName = $config['qdrant_collection'] ?? '';
108 $this->runQuery('/collections/' . $this->collectionName, '', 'GET');
109 $this->collection = $this->collectionName;
124 $this->runQuery('/collections/' . $this->collectionName, $data, 'PUT');
125 $this->collection = $this->collectionName;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
DHomeCollection.php31 public $collectionName = 'home'; variable in Sabre\\DAVACL\\FS\\HomeCollection
63 return $this->collectionName;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php29 public $collectionName = 'home'; variable in Sabre\\DAVACL\\FS\\HomeCollection
61 return $this->collectionName;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DHomeCollectionTest.php26 $this->sut->collectionName = $this->name;
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...