qdrant_client.connection module
- create_generic_async_client_interceptor(intercept_call: Any) _GenericAsyncClientInterceptor[source]
- create_generic_client_interceptor(intercept_call: Any) _GenericClientInterceptor[source]
- get_async_channel(host: str, port: int, ssl: bool, metadata: Optional[List[Tuple[str, str]]] = None) Channel[source]
- get_channel(host: str, port: int, ssl: bool, metadata: Optional[List[Tuple[str, str]]] = None) Channel[source]
- header_adder_async_interceptor(new_metadata: List[Tuple[str, str]]) _GenericAsyncClientInterceptor[source]
- header_adder_interceptor(new_metadata: List[Tuple[str, str]]) _GenericClientInterceptor[source]