Skip to content
Snippets Groups Projects
Commit caec3115 authored by jamescalam's avatar jamescalam
Browse files

chore: lint

parent 1977d060
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ class QdrantIndex(BaseIndex): ...@@ -40,7 +40,7 @@ class QdrantIndex(BaseIndex):
default=6334, default=6334,
description="Port of the gRPC interface.", description="Port of the gRPC interface.",
) )
prefer_grpc: bool = Field( prefer_grpc: Optional[bool] = Field(
default=None, default=None,
description="Whether to use gPRC interface whenever possible in methods", description="Whether to use gPRC interface whenever possible in methods",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment