Home
last modified time | relevance | path

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

/plugin/dokullm/
H A Dcli.php127 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
348 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
388 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
414 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
440 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
479 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, $collectio…
H A Daction.php232 $chromaClient = new \dokuwiki\plugin\dokullm\ChromaDBClient(
394 $chromaClient = new \dokuwiki\plugin\dokullm\ChromaDBClient(
493 $chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient(
H A DChromaDBClient.php8 class ChromaDBClient { class