LM-Kit.NET のリリース

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.

Released: Apr 22, 2025

2025.4.10 での更新項目

機能

  • Added support for running inference on ONNX models.
  • Added the HasImageEmbeddings property to the LM class.
  • Introduced the Summarizer.SummarizationIntent enumeration.
  • Added the Summarizer.Intent property to the Summarizer class.
  • Added model cards for nomic-embed-vision, granite3.3:2b and granite3.3:8b.
  • Optimized dynamic sampling mechanisms.
  • Added support for image embeddings.
  • Added the GetEmbeddings and GetEmbeddingsAsync overloads to the Embedder class to enable embeddings computation from...

Released: Apr 15, 2025

2025.4.9 での更新項目

機能

  • Improved translation engine.
  • Improved structured text extraction accuracy.
  • Improved compatibility with JSON schemas for structured text extraction.
  • Improved internal scheduler engine.
  • Global speed improvement, up to 20%.
  • Added GetTopCategories, GetTopCategoriesAsync, GetBestCategory and GetBestCategoryAsync overloads to the Categorization class to specify category descriptions.

Released: Apr 9, 2025

2025.4.7 での更新項目

機能

  • Added the HasSection method to the DataSource class.

Released: Apr 9, 2025

2025.4.6 での更新項目

機能

  • Introduced a new built-in vector database engine that permits handling small- to medium-sized vector collections on the file system without any dependency.
  • Introduced the StorageMode enumeration.
  • Added the DataSource.StorageMode property.
  • Added the LoadFromFile and LoadFromFileAsync methods to the DataSource class.
  • Added the OptimizeDataSource and OptimizeDataSourceAsync methods to the DataSource class.
  • Added the CreateFileDataSource, CreateInMemoryDataSource, CreateVectorStoreDataSource and...

Released: Apr 2, 2025

2025.4.1 での更新項目

機能

  • Introduced different DataSource storage modes, enabling storage of DataSource content directly in vector databases.
  • Introduced a new collection of open-source assemblies to bridge external vector databases with LM-Kit.NET. Currently, Qdrant is supported.
  • Introduced IVectorStore interface.
  • Introduced PointEntry class.
  • Added CollectionChanged event to the MetadataCollection class.
  • Added PropertyChanged event to the MetadataCollection class.
  • Added AddOrReplace method to the MetadataCollection...