langchain_community.vectorstores.qdrant.sync_call_fallback¶

langchain_community.vectorstores.qdrant.sync_call_fallback(method: Callable) Callable[source]¶

Decorator to call the synchronous method of the class if the async method is not implemented. This decorator might be only used for the methods that are defined as async in the class.

Parameters

method (Callable) –

Return type

Callable