Wire token-budget packing into the overview/rerank fallback path

This commit is contained in:
2026-08-10 12:02:31 +07:00
parent 60b4397032
commit 46469468bb
18 changed files with 768 additions and 38 deletions
+3
View File
@@ -45,6 +45,9 @@ class RetrievalDocument:
parent_id: str | None = None
requires_visual_check: bool = False
drug_name: str | None = None
part_index: int | None = None
part_count: int | None = None
context_labels: tuple[str, ...] = field(default_factory=tuple)
@dataclass(frozen=True)