fix bug : TencentVectorDBConfig Add TENCENT_VECTOR_DB_DATABASE (#5879)

pull/5888/head
quicksand 2 years ago committed by GitHub
parent 66a62e6c13
commit 372dc7ac1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,3 +42,8 @@ class TencentVectorDBConfig(BaseModel):
description='Tencent Vector replicas', description='Tencent Vector replicas',
default=2, default=2,
) )
TENCENT_VECTOR_DB_DATABASE: Optional[str] = Field(
description='Tencent Vector Database',
default=None,
)

Loading…
Cancel
Save