morpheus_llm.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_namestr

Name of the func being decorated.

error_messagestr

Error message to log in case of an exception.

Returns:
typing.Callable

Decorated function.