We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ddaeb commit f6479f3Copy full SHA for f6479f3
Releases/0.6.0.md
@@ -0,0 +1,15 @@
1
+# 0.6.0 release
2
+
3
+- WithCustom model fix to use correct path
4
+- Update packages to newest versions
5
+- Support custom RAG implementation for deepseek & groq
6
+- New local models added
7
8
+### Models:
9
+- NomicV2 (Embedding)
10
+- Lfm2-1.2b
11
+- Minicpm4-8b
12
+- Webgen-4b
13
+- Gemma3n-e4b
14
+- Mistral3.2-24b
15
+- Bielik2.5-11b
src/MaIN.Core/.nuspec
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>MaIN.NET</id>
- <version>0.5.1</version>
+ <version>0.6.0</version>
<authors>Wisedev</authors>
<owners>Wisedev</owners>
<icon>favicon.png</icon>
0 commit comments