Skip to content

Releases: microsoft/kernel-memory

Packages 0.61.240524.1

24 May 16:50
87575c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: packages-0.61.240519.2...packages-0.61.240524.1

Packages 0.61.240519.2

19 May 17:21
237f486
Compare
Choose a tag to compare

What's Changed

Full Changelog: packages-0.60.240517.1...packages-0.61.240519.2

Packages 0.60.240517.1

18 May 02:07
8cc78e6
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Configuration schema changes, deprecated ContentStorageType => use DocumentStorageType
  • Update bicep/arm templates, rename env var matching config settings
  • Renamed IContentStorage to IDocumentStorage
  • Renamed content storage namespaces, exceptions, DI methods
  • Renamed AzureBlobs nuget package

Full Changelog: packages-0.51.240513.2...packages-0.60.240517.1

Packages 0.51.240513.2

13 May 23:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: packages-0.50.240504.7...packages-0.51.240513.2

Packages 0.50.240504.7

06 May 17:03
b6b8ecf
Compare
Choose a tag to compare

What's Changed

  • Fix docker build by @dluc in #456
  • Include referenced assemblies in nuget packages by @dluc in #458
  • Fix nuget build pipeline. Update examples with latest nugets. by @dluc in #460

Full Changelog: packages-0.50.240502.2...packages-0.50.240504.7

Packages 0.50.240502.2

03 May 04:23
0a046ed
Compare
Choose a tag to compare

What's Changed

  • Simplify solution management, reduce list of nugets, remove .NET Standard 2.0 compatibility by @dluc in #451
  • Remove "support hybrid search" from TODO list by @marcominerva in #453

Full Changelog: packages-0.40.240501.1...packages-0.50.240502.2

Packages 0.40.240501.1

01 May 21:45
3d7d1fd
Compare
Choose a tag to compare

What's Changed

  • New abstractions to support file download by @dluc in #448
  • Export/Download document support by @coryisakson in #415
  • Fix bug 447: MsExcelDecoder.DecodeAsync only works on text data types by @dluc in #450
  • 473e6ee Rename examples 002 and 003. Fix Build.
  • a487793 Update contributors list
  • b6a2be5 Upgrade service and samples to KM 0.39 packages

New Contributors

Full Changelog: packages-0.39.240427.1...packages-0.40.240501.1

Abstractions 0.40.240430.1

01 May 00:32
e43daf7
Compare
Choose a tag to compare

Changes:

  • e43daf7 New abstractions to support file download (#448) [ #415 ]
  • a487793 Update contributors list
  • b6a2be5 Upgrade service and samples to KM 0.39 packages
  • 54956d4 Upgrade KM Abstractions dependency

Packages 0.39.240427.1

28 Apr 01:03
Compare
Choose a tag to compare

Changes:

  • 54956d4 Upgrade KM Abstractions dependency
  • b31638e New+Optional memorydb interface to support batch memories upset (#441)
  • ccbc801 New TikToken tokenizers package (#440)
  • 4598fb2 Remove reduntant method calling (#439)
  • 0d82c62 Upgrade service to latest KM packages

Abstractions 0.39.240426.1

27 Apr 02:41
b31638e
Compare
Choose a tag to compare

Changes:

  • b31638e New+Optional memorydb interface to support batch memories upset (#441)
  • ccbc801 New TikToken tokenizers package (#440)
  • 4598fb2 Remove reduntant method calling (#439)
  • 0d82c62 Upgrade service to latest KM packages
  • c0b2eef Check index once per unique index name during save embeddings. (#387)
  • c631a64 Add Azure AI Search hybrid search support (#428) [ #159 ]
  • 713cbb2 Use latest KM abstractions