From 476ce330ad64325f1d6df22fe3689e73f44bd4ff Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Thu, 17 Oct 2024 16:31:35 +0500 Subject: [PATCH] fix(search): add search method --- src/stores/useDataStore/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/useDataStore/index.ts b/src/stores/useDataStore/index.ts index 893eca4b3..2ee1201ee 100644 --- a/src/stores/useDataStore/index.ts +++ b/src/stores/useDataStore/index.ts @@ -201,7 +201,6 @@ export const useDataStore = create()( ...(filterNodeTypes.length > 0 ? { node_type: JSON.stringify(filterNodeTypes) } : {}), ...(word ? { word } : {}), ...(aiRefId && AISearchQuery ? { previous_search_ref_id: aiRefId } : {}), - search_method: 'vector', } try {