Revert "fix pg_vector extension requires SUPERUSER, but not availabl… (#24108)
This commit is contained in:
@@ -9,11 +9,6 @@ class PGVectorConfig(BaseSettings):
|
||||
Configuration settings for PGVector (PostgreSQL with vector extension)
|
||||
"""
|
||||
|
||||
PGVECTOR_IS_OWNER: Optional[bool] = Field(
|
||||
description="Whether the PGVector is the owner of the database",
|
||||
default=True,
|
||||
)
|
||||
|
||||
PGVECTOR_HOST: Optional[str] = Field(
|
||||
description="Hostname or IP address of the PostgreSQL server with PGVector extension (e.g., 'localhost')",
|
||||
default=None,
|
||||
|
||||
Reference in New Issue
Block a user