Fix some RAG bugs (#2570)

Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
Jyong 2024-02-27 11:39:05 +08:00 committed by GitHub
commit 5b953c1ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 33 additions and 59 deletions

View file

@ -12,6 +12,7 @@ class NotionInfo(BaseModel):
notion_obj_id: str
notion_page_type: str
document: Document = None
tenant_id: str
class Config:
arbitrary_types_allowed = True