fix: fix summary index bug.

This commit is contained in:
FFXN 2026-01-16 20:24:18 +08:00
parent fcb2fe55e7
commit 4fb08ae7d2
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class KnowledgeConfiguration(BaseModel):
embedding_model: str = ""
keyword_number: int | None = 10
retrieval_model: RetrievalSetting
# add summary index setting
summary_index_setting: dict | None = None
@field_validator("embedding_model_provider", mode="before")