Skip to content

Commit

Permalink
add search feature to graphql (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljeub-pometry authored Dec 15, 2023
1 parent 736d208 commit d2a6570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.6.1", features = ['vectors'] }
raphtory = { path = "../raphtory", version = "0.6.1", features = ['vectors', 'search'] }
bincode = "1"
base64 = "0.21.2"
thiserror = "1.0.44"
Expand Down

0 comments on commit d2a6570

Please sign in to comment.