Skip to content

Releases: wisedev-code/MaIN.NET

MaIN.NET.0.2.2

16 May 13:31
bbf23e6

Choose a tag to compare

0.2.2 release

  • Added Gemini support in infer cli command
  • Package upgrades
  • New CLI release (support for Qwen3-8b, Qwen3-14 and Phi3.5 and Phi4)
  • Multimodal and KM improvements

MaIN.NET.0.2.1

12 May 11:11
48e96e2

Choose a tag to compare

0.2.1 release

  • Added Gemini (Google AI) chat integration

MaIN.NET.0.1.9

08 May 18:05
f3921c6

Choose a tag to compare

0.1.9 release

Perf improvements

  • (LLamaSharp) migrate from ChatSession to Conversation and BatchExecutor
  • Fixes for KernelMemory, now memory is properly disposed
  • New example (conversation agent)
  • CLI release (big perf improvement for infer)
  • Allow to enable or disable cache for model weights
  • Allow to disable buildin llama.cpp logs and MaIN notification

New version of CLI can be downloaded from this page:
https://maindoc.link/#/doc/cli

described changes are documented

MaIN.NET.0.1.8

28 Apr 09:47
9a75771

Choose a tag to compare

0.1.8 release

  • Updated dependencies in nuspec

MaIN.NET.0.1.7

28 Apr 08:57
4bacac5

Choose a tag to compare

0.1.7 release

MaIN.NET.0.1.6

23 Apr 16:54

Choose a tag to compare

0.1.5 release

  • Enable pre processing of documents, it can greatly improve KM performance on small models

MaIN.NET.0.1.5

23 Apr 16:23
b7fa190

Choose a tag to compare

0.1.5 release

  • Enable pre processing of documents, it can greatly improve KM performance on small models

MaIN.NET.0.1.4

15 Apr 20:56

Choose a tag to compare

0.1.4 release

  • Bug fix (OpenAi integration) Memory params are now propagated for usage of openai integration

MaIN.NET.0.1.3

15 Apr 09:25

Choose a tag to compare

0.1.3 release

  • Bug fix for multiple messages in chat while using memory
  • Bug fix for missing usage of memory params in agent
  • Bug fix for not clearning previous message in WithFiles method (now we can use it many times in context)
  • Allow to configure fetch data output (fix issue with Fetch/Answer command)

MaIN.NET.0.1.2

13 Apr 17:42
45e60fe

Choose a tag to compare

0.1.2 release

  • Cleanup of leftovers code
  • Performance improvements
  • Stability improvements
  • Proper integration with kernel memory
  • Usage of configuration parameters (MemoryParams)

Changes are reflected in docs: https://maindoc.link