LM-Kit.NET のリリース

Released: Jul 7, 2025

2025.7.2 での更新項目

機能

  • Added support for linux-arm64 (CPU, Vulkan and Cuda).
  • Optimized dynamic sampling mechanisms.

不具合の修正

  • Fixed a crash that occurred when aborting speech-to-text tasks.

Released: Jul 1, 2025

2025.7.1 での更新項目

機能

  • Added LoadAsRGB method overload to the ImageBuffer class taking file path as parameter.
  • Added DetectLanguage and DetectLanguageAsync method overload to the TextTranslation class taking an ImageBuffer object as parameter.
  • Introduced the VoiceActivityDetection member to the ModelCapabilities enumeration.
  • Introduced the SpeechToText.SpeechToTextMode enumeration.
  • Introduced the VadSettings class.
  • Added Mode property to the SpeechToText class.
  • Added EnableVoiceActivityDetection property to the...

Released: Jun 27, 2025

2025.6.5 での更新項目

機能

  • Added model cards for mistral-small3.2, magistral-small, whisper-tiny, whisper-base, magistral-small, magistral-medium, whisper-large3 and whisper-large-turbo3.
  • Added the HasSpeechToText property to the LM class.
  • Introduced the SpeechToText member to the ModelCapabilities enumeration.
  • Introduced the WaveFile class.
  • Introduced the SpeechToText class.
  • Introduced the SpeechToText.OnNewSegmentEventArgs class.
  • Introduced the SpeechToText.OnProgressEventArgs class.
  • Introduced the...

Released: Jun 19, 2025

2025.6.4 での更新項目

機能

  • Added the PageElement property to the OcrResult class.
  • Added the Guidance property to the PiiExtraction class.
  • Added the Guidance property to the NamedEntityRecognition class.
  • Minor extraction improvements.

Released: Jun 17, 2025

2025.6.3 での更新項目

機能

  • Added the InnerElements property to the TextExtractionResultElement class.
  • Introduced the PageElement class.
  • Introduced the TextElement class.
  • Added SetText method overload to the Attachment class taking PageElement as parameter.
  • Improved overall extraction accuracy.

不具合の修正

  • Fixed txt file loading issue from the Attachment class.

Released: Jun 10, 2025

2025.6.2 での更新項目

機能

  • Introduced the NamedEntityRecognition class.
  • Introduced the NamedEntityRecognition.EntityDefinition class.
  • Introduced the NamedEntityRecognition.ExtractedEntity class.
  • Introduced the NamedEntityRecognition.NamedEntityType enumeration.
  • Introduced the PiiExtraction class.
  • Introduced the PiiExtraction.PiiExtraction class.
  • Introduced the PiiExtraction.PiiExtractedEntity class.
  • Introduced the PiiExtraction.PiiEntityType enumeration.
  • Added the Timeout property to the TextractOcr class.
  • Introduced...

Released: Jun 2, 2025

2025.6.1 での更新項目

機能

  • Added support for multimodal classification and extraction.
  • Added the Title and Description properties to the TextExtraction class.
  • Added the OcrEngine property to the TextExtraction class.
  • Added the MaxInputTokens property to the Categorization class.
  • Added the HasText property to the Attachment class.
  • Added the CreateFromText and DetectMimeType static methods to the Attachment class.
  • Added the SetText methods to the Attachment class.
  • Added the Path property to the Attachment class...

Released: May 25, 2025

2025.5.5 での更新項目

機能

  • Added model cards for qwen2.5-vl:32b.
  • Added the TrimStart property to the TextExtractionElementFormat class.
  • Added support for more CUDA devices.
  • Reduced memory usage when handling large context.
  • Improved overall extraction accuracy.

Released: May 20, 2025

2025.5.4 での更新項目

機能

  • Made various speed and memory usage improvements.

不具合の修正

  • Fixed a model-loading issue that occurred under rare conditions.

Released: May 20, 2025

2025.5.3 での更新項目

機能

  • Improved overall extraction accuracy.
  • Introduced the TextExtractionElementFormat.PredefinedStringFormat enumeration.
  • Added the FormatHint property to the TextExtractionElementFormat class.
  • Added the IsRequired property to the TextExtractionElementFormat class.
  • Added the EnableBackendLogging property to the Runtime class.