morpheus.service.vdb.milvus_client
Functions
handle_exceptions (func_name, error_message) |
Decorator function to handle exceptions and log errors. |
Classes
MilvusClient (*args, **kwargs) |
Extension of the MilvusClient class with custom functions. |
- handle_exceptions(func_name, error_message)[source]
Decorator function to handle exceptions and log errors.
- Parameters
- func_name
- error_message
Name of the func being decorated.
Error message to log in case of an exception.
- Returns
- typing.Callable
Decorated function.