sync_call_fallback#
- langchain_qdrant.vectorstores.sync_call_fallback(
- method: Callable,
Call the synchronous method if the async method is not implemented.
This decorator should only be used for methods that are defined as async in the class.
- Parameters:
method (Callable)
- Return type:
Callable