Browse Source

fix bug : TencentVectorDBConfig Add TENCENT_VECTOR_DB_DATABASE (#5879)

tags/0.6.13
quicksand 1 year ago
parent
commit
372dc7ac1a
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      api/configs/middleware/vdb/tencent_vector_config.py

+ 5
- 0
api/configs/middleware/vdb/tencent_vector_config.py View File

@@ -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,
)

Loading…
Cancel
Save