Skip to content

Commit

Permalink
feat: updated search
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Nov 21, 2024
1 parent 8cd1ed2 commit 249c5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 249c5c3

Please sign in to comment.