qdrant_client.connection module¶
- create_generic_async_client_interceptor(intercept_call: Any) _GenericAsyncClientInterceptor [source]¶
- get_async_channel(host: str, port: int, ssl: bool, metadata: Optional[List[Tuple[str, str]]] = None, options: Optional[Dict[str, Any]] = None, compression: Optional[Compression] = None, auth_token_provider: Optional[Union[Callable[[], str], Callable[[], Awaitable[str]]]] = None) Channel [source]¶
- get_channel(host: str, port: int, ssl: bool, metadata: Optional[List[Tuple[str, str]]] = None, options: Optional[Dict[str, Any]] = None, compression: Optional[Compression] = None, auth_token_provider: Optional[Callable[[], str]] = None) Channel [source]¶
- header_adder_async_interceptor(new_metadata: List[Tuple[str, str]], auth_token_provider: Optional[Union[Callable[[], str], Callable[[], Awaitable[str]]]] = None) _GenericAsyncClientInterceptor [source]¶