Skip to content

Commit

Permalink
Merge pull request #2459 from stakwork/feature/change-sort
Browse files Browse the repository at this point in the history
feat: change default sort to score
  • Loading branch information
Rassl authored Nov 21, 2024
2 parents c207b56 + 8cd1ed2 commit c7efe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c7efe17

Please sign in to comment.