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,