From 8cd1ed2ff2b4fb6af694a6090b3656189725768e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Thu, 21 Nov 2024 16:55:39 +0300 Subject: [PATCH] feat: change default sort to score --- src/stores/useDataStore/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/useDataStore/index.ts b/src/stores/useDataStore/index.ts index 2ccb256a4..46d95dd1a 100644 --- a/src/stores/useDataStore/index.ts +++ b/src/stores/useDataStore/index.ts @@ -132,7 +132,7 @@ const defaultData: Omit< top_node_count: '50', includeContent: 'true', node_type: [], - search_method: 'vector', + search_method: 'score', }, isFetching: false, isLoadingNew: false,