fix: type error in config (#5643)
This commit is contained in:
@@ -15,7 +15,7 @@ class PGVectorConfig(BaseModel):
|
||||
|
||||
PGVECTOR_PORT: Optional[PositiveInt] = Field(
|
||||
description='PGVector port',
|
||||
default=None,
|
||||
default=5433,
|
||||
)
|
||||
|
||||
PGVECTOR_USER: Optional[str] = Field(
|
||||
|
||||
Reference in New Issue
Block a user