Skip to content

Commit

Permalink
fix bug : TencentVectorDBConfig Add TENCENT_VECTOR_DB_DATABASE (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksandznzn authored Jul 2, 2024
1 parent 66a62e6 commit 372dc7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/configs/middleware/vdb/tencent_vector_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 372dc7a

Please sign in to comment.