From 80cfac7ece5fb47947080a2ff2c552ec89e508b3 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Wed, 16 Oct 2024 14:19:11 -0400 Subject: [PATCH] chat: release v3.4.2 (#3104) Signed-off-by: Jared Van Bortel --- gpt4all-chat/metadata/latestnews.md | 4 +++- gpt4all-chat/metadata/release.json | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index 7649bf62..cfd893e0 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -2,7 +2,9 @@ GPT4All v3.4.1 was released on October 11th, and fixes several issues with LocalDocs from the previous release. -* **IMPORTANT NOTE:** If you are coming from v3.4.0, be sure to "Rebuild" your collections at least once after updating! +GPT4All v3.4.2 was released on October 16th, and fixes more issues with LocalDocs. + +**IMPORTANT NOTE:** If you are coming from v3.4.0, be sure to "Rebuild" your collections at least once after updating! --- diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index dc74de85..36e1de87 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -223,5 +223,10 @@ "version": "3.4.1", "notes": "* **LocalDocs Fixes:** Several issues with LocalDocs in v3.4.0 have been fixed, including missing words and very slow indexing.\n* **Syntax Highlighting:** Go code is now highlighted with the correct colors.\n* **Cache Fixes:** The model list cache is now stored with a version number, and in a more appropriate directory.\n* **Translation Updates:** The Italian translation has been improved.\n", "contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* John Parent (Kitware)\n* Riccardo Giovanetti (`@Harvester62`)" + }, + { + "version": "3.4.2", + "notes": "* **LocalDocs Fixes:** Several issues with LocalDocs, some of which were introduced in v3.4.0, have been fixed.\n * Fixed the possible use of references from unselected collections.\n * Fixed unnecessary reindexing of files with uppercase extensions.\n * Fixed hybrid search failure due to inconsistent database state.\n * Fully fixed the blank Embeddings Device selection in LocalDocs settings.\n * Fixed LocalDocs indexing of large PDFs making very slow progress or even stalling.\n", + "contributors": "* Adam Treat (Nomic AI)\n* Jared Van Bortel (Nomic AI)" } ]