Hello @Antonio_Cesari,
Welcome to our community! It’s great to have you here.
The difference in results between the aggregate and query is a result of how Weaviate handles aggregation vs. query searches. The aggregate method retrieves all potential matches within the distance , but the query method also takes into account ranking and limits . By default, the query returns only the top results ranked by relevance, which is why the query returns fewer results compared to the total count from the aggregation.
I’ve seen your ticket in our support system. Let’s continue working together there since you’re using a Cloud cluster.
Best regards!