Skip to content

Commit

Permalink
Merge pull request #2460 from stakwork/feature/change-sort
Browse files Browse the repository at this point in the history
feat: updated search
  • Loading branch information
Rassl authored Nov 21, 2024
2 parents 1dfdaf4 + 249c5c3 commit 756748e
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 756748e

Please sign in to comment.