Xu ly SSO

This commit is contained in:
2026-05-09 10:31:28 +00:00
parent 9d04e7484c
commit f937d1a98e
21 changed files with 2515 additions and 271 deletions

View File

@@ -64,6 +64,7 @@ class DocumentChunk(BaseModel):
embedding: Optional[list[float]] = None
page_from: int
page_to: int
source_url: str
source_url: Optional[str] = None
download_url: Optional[str] = None
permissions: list[str] = []
site_id: str = ""