morpheus_llm.service.vdb.utils#
Functions
A decorator that handles common exceptions for the given service. |
|
|
Classes
- handle_service_exceptions(func)[source]#
A decorator that handles common exceptions for the given service.
- Parameters:
- funcfunction
The function to be decorated.
- Returns:
- function
A wrapped function with exception handling.
- Raises:
- ValueError
If the specified service name is not found or does not correspond to a valid service class.