Handled "Findings" on "Documents With Findings" tab on application details page. For this, one change needed on the aidocument table about adding findings count per entity/topic.
Pydantic fixes needed due to upgrade to pydantic v2 => dict() to model_dump().
timeit() would run only when debug logs are enabled.
Delete pdf report when delete app is called from UI.
aidocument
table about adding findings count per entity/topic.dict()
tomodel_dump()
.