NVIDIA Morpheus (25.02.01)

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.

Previous morpheus_llm.service.vdb.faiss_vdb_service.FaissVectorDBService
Next morpheus_llm.service.vdb.milvus_client.MilvusClient
© Copyright 2024, NVIDIA. Last updated on Mar 3, 2025.