LM-Kit.NET のリリース

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.

Released: May 13, 2025

2025.5.2 での更新項目

機能

  • Added model cards for bge-m3 and bge-m3-reranker.
  • Introduced the Reranker class.
  • Introduced the RagEngine.RagReranker class.
  • Added the Reranker property to the RagEngine class.
  • Added new RagEngine constructor for multimodal RAG.
  • Added FindMatchingPartitions and FindMatchingPartitionsAsync method overloads to the RagEngine class taking attachment as parameter.
  • Added the DefaultImagePayloadPix property to the RagEngine class.
  • Added RerankedScore and RawSimilarity properties to the...

Released: May 5, 2025

2025.5.1 での更新項目

機能

  • Added support for Qwen 2.5 VL and Pixtral model families.
  • Added model cards for pixtral, qwen2.5-vl:3b and qwen2.5-vl:7b.
  • Improved inference of vision models.
  • Improved inference of LLama 4 models.

Released: Apr 30, 2025

2025.4.13 での更新項目

機能

  • Added model cards for Alibaba Qwen3 (qwen3:0.6b, qwen3:1.7b, qwen3:4b, qwen3:8b and qwen3:14b).
  • Added the DisableReasoning property to the SingleTurnConversation class.
  • Added the DisableReasoning property to the MultiTurnConversation class.
  • Added the HasReasoningSupport member to the TemplateFormatFlags enumeration.
  • Added the HasReasoning property to the LM class.
  • Improved translation engine precision with small models.

Released: Apr 27, 2025

2025.4.12 での更新項目

機能

  • Added Upsert and UpsertAsync method overloads to the DataSource class taking raw vector as parameter.

不具合の修正

  • Fixed a multi-byte decoding issue in produced model tokens.

Released: Apr 23, 2025

2025.4.11 での更新項目

機能

  • Added the DataSource.VectorEntry class.
  • Added the Upsert and UpsertAsync method to the DataSource class.
  • Introduced the VectorSearch static class.
  • Breaking change - The TextPartitionSimilarity class has been renamed to PartitionSimilarity.

不具合の修正

  • Fixed ONNX runtime loading issue on Linux.