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

Name of the func being decorated.

error_message

Error message to log in case of an exception.

Returns
typing.Callable

Decorated function.

Previous morpheus.service.vdb
Next morpheus.service.vdb.milvus_client.MilvusClient
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.