Fix/create document by api with metadata (#16307)

Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
This commit is contained in:
Jyong 2025-03-20 14:33:32 +08:00 committed by GitHub
commit 2c9af712a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 75 additions and 527 deletions

View file

@ -128,7 +128,6 @@ class KnowledgeConfig(BaseModel):
embedding_model: Optional[str] = None
embedding_model_provider: Optional[str] = None
name: Optional[str] = None
metadata: Optional[MetaDataConfig] = None
class SegmentUpdateArgs(BaseModel):