Lines Matching refs:tenant
12 private $tenant; variable in dokuwiki\\plugin\\dokullm\\ChromaDBClient
33 * @param string $tenant ChromaDB tenant name
40 …public function __construct($host, $port, $tenant, $database, $defaultCollection, $ollamaHost, $ol… argument
44 $this->tenant = $tenant;
172 $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections";
191 $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections";
217 $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections";
245 … $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}";
271 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
305 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/upse…
338 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
406 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/quer…
458 $this->getTenant($this->tenant);
461 $this->createTenant($this->tenant);
465 $this->getDatabase($this->database, $this->tenant);
468 $this->createDatabase($this->database, $this->tenant);