Searched refs:queryCollection (Results 1 – 3 of 3) sorted by relevance
/plugin/dokullm/ |
H A D | LlmClient.php | 954 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where); 990 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where);
|
H A D | ChromaDBClient.php | 395 public function queryCollection($collectionName, $queryTexts, $nResults = 5, $where = null) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient
|
H A D | cli.php | 352 $results = $chroma->queryCollection($collection, [$searchTerms], $limit);
|