Fixed: 500 error on large collections
GET /api/v1/collections/{id}/graph could return a 500 error for collections with a few hundred or more claims/predictions/entities combined. Fetching a new collection’s graph for the first time after it grew past this size would fail entirely.Ingesting a new source into an already-large collection could also fail for the same underlying reason, blocking further ingestion into that collection.
