Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php954 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where);
990 $results = $chromaClient->queryCollection($chromaCollection, [$text], $limit, $where);
H A DChromaDBClient.php395 public function queryCollection($collectionName, $queryTexts, $nResults = 5, $where = null) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient
H A Dcli.php352 $results = $chroma->queryCollection($collection, [$searchTerms], $limit);