fix(benchmark): 记录实际Embedding空间与逐样本回退信息

This commit is contained in:
2026-09-04 07:25:12 +08:00
parent 96e109f95e
commit d32e9c6efa
10 changed files with 150 additions and 6 deletions
+1
View File
@@ -1131,6 +1131,7 @@ class BenchmarkEvent(Contract):
class RAGCaseResult(Contract):
embedding: dict[str, Any] = Field(default_factory=dict)
case_id: str
mode: SearchMode
repeat: int