Lines Matching refs:chromaClient
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);
988 list($chromaClient, $chromaCollection) = $this->getChromaDBClient();
990 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where);