public Task<string> UnloadModels(
bool llm,
bool ranker,
bool embedder
)
Public Function UnloadModels (
llm As Boolean,
ranker As Boolean,
embedder As Boolean
) As Task(Of String)
public:
virtual Task<String^>^ UnloadModels(
bool llm,
bool ranker,
bool embedder
) sealed
abstract UnloadModels :
llm : bool *
ranker : bool *
embedder : bool -> Task<string>
override UnloadModels :
llm : bool *
ranker : bool *
embedder : bool -> Task<string>
[Missing <param name="llm"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.UnloadModels(System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="ranker"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.UnloadModels(System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="embedder"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.UnloadModels(System.Boolean,System.Boolean,System.Boolean)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.UnloadModels(System.Boolean,System.Boolean,System.Boolean)"]