This commit is contained in:
2026-03-27 15:51:10 +03:00
parent 15586f9a8c
commit 51378c5d66
1234 changed files with 95644 additions and 543076 deletions
+10
View File
@@ -0,0 +1,10 @@
from __future__ import annotations
from dataclasses import dataclass
from pathlib import Path
@dataclass(slots=True, frozen=True)
class DocsEvalConfig:
golden_cases_path: Path = Path("tests/golden/docs_qa/cases.yaml")
pipeline_mode: str = "pre_llm_only"