fix: fix summary index bug.

This commit is contained in:
FFXN
2026-01-16 18:55:10 +08:00
parent 869e70964f
commit fcb2fe55e7
3 changed files with 23 additions and 4 deletions

View File

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