mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Bump version and release notes for v2.5.3
This commit is contained in:
parent
9a3dd8815d
commit
34555c4934
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 5)
|
set(APP_VERSION_MINOR 5)
|
||||||
set(APP_VERSION_PATCH 3)
|
set(APP_VERSION_PATCH 4)
|
||||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
|
|
||||||
# Include the binary directory for the generated header file
|
# Include the binary directory for the generated header file
|
||||||
|
@ -582,6 +582,24 @@
|
|||||||
* Jared Van Bortel (Nomic AI)
|
* Jared Van Bortel (Nomic AI)
|
||||||
* Adam Treat (Nomic AI)
|
* Adam Treat (Nomic AI)
|
||||||
* Community (beta testers, bug reporters, bindings authors)
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "2.5.3",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
* Major feature update for localdocs!
|
||||||
|
* Localdocs now uses an embedding model for retrieval augmented generation
|
||||||
|
* Localdocs can now search while your collections are indexing
|
||||||
|
* You're guaranteed to get hits from localdocs for every prompt you enter
|
||||||
|
* Fix: AMD gpu fixes
|
||||||
|
* Fix: Better error messages
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Jared Van Bortel (Nomic AI)
|
||||||
|
* Adam Treat (Nomic AI)
|
||||||
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user