I'd like to request the deletion of the GraphQL query topClustersByScore. Although this API is currently still available, it always returns an empty ClusterScoreSet, rendering its result useless.
The reason for this is that the underlying implementation relies on review_database::Database::get_top_clusters_by_score, which uses data from the csv_indicator table in the database to build the set. However, this table is no longer populated (as confirmed by @sehkone in petabi/review-database#341) and remains empty. Furthermore, it is slated for deletion from review-database in the near future.
Given that the API is not providing any meaningful data and its dependency is being removed, I propose that we delete it to avoid confusion and reduce maintenance overhead.
I'd like to request the deletion of the GraphQL query
topClustersByScore
. Although this API is currently still available, it always returns an emptyClusterScoreSet
, rendering its result useless.The reason for this is that the underlying implementation relies on
review_database::Database::get_top_clusters_by_score
, which uses data from thecsv_indicator
table in the database to build the set. However, this table is no longer populated (as confirmed by @sehkone in petabi/review-database#341) and remains empty. Furthermore, it is slated for deletion from review-database in the near future.Given that the API is not providing any meaningful data and its dependency is being removed, I propose that we delete it to avoid confusion and reduce maintenance overhead.