From a3ae34afb68e6efbf7aa7c7f3ab76d773b4919d1 Mon Sep 17 00:00:00 2001 From: Thomas Beverley Date: Fri, 29 Nov 2024 11:44:56 +0000 Subject: [PATCH] Change the default embedding model to be all-minilm-l6-v2-q8-0 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b81e70f..c8b696f 100644 --- a/config.json +++ b/config.json @@ -27,7 +27,7 @@ "defaultModels": { "text": "smollm2-1-7b-instruct-q4-k-m", - "embedding": "nomic-embed-text-v1-5-q8-0" + "embedding": "all-minilm-l6-v2-q8-0" }, "modelMinMachineScore": 0, "permissionRequiredForDefaultModel": false,