Add SentenceTransformer Wrapper with Image Embedding Support and Test Cases #14
Annotations
8 warnings
|
TransformersSharp/MEAI/SpeechToTextClient.cs#L9
Non-nullable property 'AutomaticSpeechRecognitionPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TransformersSharp/MEAI/ChatClient.cs#L8
Non-nullable property 'TextGenerationPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TransformersSharp/MEAI/ChatClient.cs#L51
Async-iterator 'TextGenerationPipelineChatClient.GetStreamingResponseAsync(IEnumerable<ChatMessage>, ChatOptions?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
TransformersSharp/MEAI/SpeechToTextClient.cs#L41
Async-iterator 'SpeechToTextClient.GetStreamingTextAsync(Stream, SpeechToTextOptions?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
TransformersSharp/MEAI/SpeechToTextClient.cs#L9
Non-nullable property 'AutomaticSpeechRecognitionPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TransformersSharp/MEAI/ChatClient.cs#L8
Non-nullable property 'TextGenerationPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TransformersSharp/MEAI/ChatClient.cs#L51
Async-iterator 'TextGenerationPipelineChatClient.GetStreamingResponseAsync(IEnumerable<ChatMessage>, ChatOptions?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
TransformersSharp/MEAI/SpeechToTextClient.cs#L41
Async-iterator 'SpeechToTextClient.GetStreamingTextAsync(Stream, SpeechToTextOptions?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
The logs for this run have expired and are no longer available.
Loading