Skip to content

Commit

Permalink
fix(search): add search method
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Oct 17, 2024
1 parent 93fd2e5 commit 476ce33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export const useDataStore = create<DataStore>()(
...(filterNodeTypes.length > 0 ? { node_type: JSON.stringify(filterNodeTypes) } : {}),
...(word ? { word } : {}),
...(aiRefId && AISearchQuery ? { previous_search_ref_id: aiRefId } : {}),
search_method: 'vector',
}

try {
Expand Down

0 comments on commit 476ce33

Please sign in to comment.