From 249c5c324c09b93a1dcbd54c7a0089a2af558c75 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 17:24:00 +0300 Subject: [PATCH] feat: updated search --- src/stores/useDataStore/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/useDataStore/index.ts b/src/stores/useDataStore/index.ts index 46d95dd1a..157d30449 100644 --- a/src/stores/useDataStore/index.ts +++ b/src/stores/useDataStore/index.ts @@ -127,12 +127,12 @@ const defaultData: Omit< skip: 0, limit: 300, depth: '2', - sort_by: 'date_added_to_graph', + sort_by: 'score', include_properties: 'true', top_node_count: '50', includeContent: 'true', node_type: [], - search_method: 'score', + search_method: 'vector', }, isFetching: false, isLoadingNew: false,