Searched refs:chromaClient (Results 1 – 2 of 2) sorted by relevance
| /plugin/dokullm/ |
| H A D | LlmClient.php | 71 private $chromaClient; variable in dokuwiki\\plugin\\dokullm\\LlmClient 96 … null, $top_k = null, $min_p = null, $think = null, $profile = null, $chromaClient = null, $pageId… argument 108 $this->chromaClient = $chromaClient; 610 …$variables[$placeholder] = $this->chromaClient !== null ? $this->getSnippets(10) : '( no examples … 804 if ($this->chromaClient === null) { 831 if ($this->chromaClient === null) { 909 if ($this->chromaClient !== null) { 929 return [$this->chromaClient, $chromaCollection]; 952 list($chromaClient, $chromaCollection) = $this->getChromaDBClient(); 954 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where); [all …]
|
| H A D | action.php | 230 $chromaClient = null; 232 $chromaClient = new \dokuwiki\plugin\dokullm\ChromaDBClient( 254 $chromaClient, 392 $chromaClient = null; 394 $chromaClient = new \dokuwiki\plugin\dokullm\ChromaDBClient( 416 $chromaClient,
|