Skip to content

Commit

Permalink
Merge pull request stakwork#2324 from saithsab877/Add-search-method
Browse files Browse the repository at this point in the history
Add `search_method = vector` for `graph/search`
  • Loading branch information
Rassl authored Oct 18, 2024
2 parents b914f69 + 476ce33 commit db82448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const defaultData: Omit<
top_node_count: '50',
includeContent: 'true',
node_type: [],
search_method: 'vector',
},
isFetching: false,
isLoadingNew: false,
Expand Down

0 comments on commit db82448

Please sign in to comment.