mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +02:00
add fallback document sumary
This commit is contained in:
parent
36d1fba75f
commit
ca870cf660
3 changed files with 27 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class ConnectorDocument(BaseModel):
|
|||
search_space_id: int = Field(gt=0)
|
||||
should_summarize: bool = True
|
||||
should_use_code_chunker: bool = False
|
||||
fallback_summary: str | None = None
|
||||
metadata: dict = {}
|
||||
connector_id: int = Field(gt=0)
|
||||
created_by_id: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue