*/ public array $candidates = []; public function findSimilarByEmbedding(array $embedding, int $limit = 5, array $embeddingContext = [], array $filters = []): array { return array_slice($this->candidates, 0, $limit); } }