chore: remove unused WEAVIATE_GRPC_ENABLED config option (#33378)

Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
lif
2026-03-13 15:06:50 +08:00
committed by GitHub
parent 724eaee77e
commit 1104d35bbb
4 changed files with 0 additions and 9 deletions

View File

@ -17,11 +17,6 @@ class WeaviateConfig(BaseSettings):
default=None,
)
WEAVIATE_GRPC_ENABLED: bool = Field(
description="Whether to enable gRPC for Weaviate connection (True for gRPC, False for HTTP)",
default=True,
)
WEAVIATE_GRPC_ENDPOINT: str | None = Field(
description="URL of the Weaviate gRPC server (e.g., 'grpc://localhost:50051' or 'grpcs://weaviate.example.com:443')",
default=None,