From 1ce65e8ef287a80c19db010a86f1113f4a1148f4 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Tue, 2 Jul 2024 12:08:23 -0400 Subject: [PATCH] release.json: update release notes for v3.0.0 (#2514) Signed-off-by: Jared Van Bortel --- gpt4all-chat/metadata/release.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 57db29cd..31f3ce3a 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -854,8 +854,28 @@ "notes": " — What's New — -* LocalDocs Experience: Completely redesigned LocalDocs UI and backend -* New User Interface: Modern design making it easier to focus on what matters most - getting things done +* Complete UI overhaul (PR #2396) +* LocalDocs improvements (PR #2396) + * Use nomic-embed-text-v1.5 as local model instead of SBert + * Ship local model with application instead of downloading afterwards + * Store embeddings flat in SQLite DB instead of in hnswlib index + * Do exact KNN search with usearch instead of approximate KNN search with hnswlib +* Markdown support (PR #2476) +* Support CUDA/Metal device option for embeddings (PR #2477) + +— Fixes — +* Fix embedding tokenization after PR #2310 (PR #2381) +* Fix a crash when loading certain models with \"code\" in their name (PR #2382) +* Fix an embedding crash with large chunk sizes after PR #2310 (PR #2383) +* Fix inability to load models with non-ASCII path on Windows (PR #2388) +* CUDA: Do not show non-fatal DLL errors on Windows (PR #2389) +* LocalDocs fixes (PR #2396) + * Always use requested number of snippets even if there are better matches in unselected collections + * Check for deleted files on startup +* CUDA: Fix PTX errors with some GPT4All builds (PR #2421) +* Fix blank device in UI after model switch and improve usage stats (PR #2409) +* Use CPU instead of CUDA backend when GPU loading fails the first time (ngl=0 is not enough) (PR #2477) +* Fix crash when sending a message greater than n\_ctx tokens after PR #1970 (PR #2498) ", "contributors": "