mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
fix bug : TencentVectorDBConfig Add TENCENT_VECTOR_DB_DATABASE (#5879)
This commit is contained in:
@@ -42,3 +42,8 @@ class TencentVectorDBConfig(BaseModel):
|
||||
description='Tencent Vector replicas',
|
||||
default=2,
|
||||
)
|
||||
|
||||
TENCENT_VECTOR_DB_DATABASE: Optional[str] = Field(
|
||||
description='Tencent Vector Database',
|
||||
default=None,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user