Lines Matching refs:database
13 private $database; variable in dokuwiki\\plugin\\dokullm\\ChromaDBClient
34 * @param string $database ChromaDB database name
40 …public function __construct($host, $port, $tenant, $database, $defaultCollection, $ollamaHost, $ol… argument
45 $this->database = $database;
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…
465 $this->getDatabase($this->database, $this->tenant);
468 $this->createDatabase($this->database, $this->tenant);