Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Jul 4, 2023
1 parent 2b2a5ce commit 3e1ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name = "tinyvector"
readme = "README.md"
categories = ["science", "database-implementations"]
repository = "https://github.com/m1guelpf/tinyvector"
description = "A tiny embedding database in pure Rust."
authors = ["Miguel Piedrafita <soy@miguelpiedrafita.com>"]
keywords = ["database", "nearest-neighbor", "embedding", "sqlite"]
description = "A tiny nearest-neighbor embedding database built with SQLite."

[dependencies]
rayon = "1.7.0"
Expand Down

0 comments on commit 3e1ff7d

Please sign in to comment.