LM-Kit.NET 2025.4.6

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 CreateVectorStoreDataSourceAsync methods to the DataSource class.
  • Added the Import method to the RagEngine class.
  • Added the ImportAsync method to the RagEngine class.
  • Added the DefaultTextChunking property to the RagEngine class.