(nodes: Iterable[Dict[str, Any]], node_by_id: Dict[str, Dict[str, Any]])
| 3736 | "report_path": entry.get("report_path"), |
| 3737 | "pdf_url": entry.get("pdf_url") or "", |
| 3738 | }, |
| 3739 | "source_type": "reading_report", |
| 3740 | "source_ref": str(entry.get("report_path") or ""), |
| 3741 | "score": 1.0, |
| 3742 | "updated_at": None, |
| 3743 | } |
| 3744 | |
| 3745 |