diff --git a/rust/vectordb/Cargo.toml b/rust/vectordb/Cargo.toml index 574c1d36..9c56a204 100644 --- a/rust/vectordb/Cargo.toml +++ b/rust/vectordb/Cargo.toml @@ -2,9 +2,11 @@ name = "vectordb" version = "0.2.4" edition = "2021" -description = "Serverless, low-latency vector database for AI applications" +description = "LanceDB: A serverless, low-latency vector database for AI applications" license = "Apache-2.0" repository = "https://github.com/lancedb/lancedb" +keywords = ["lancedb", "lance", "database", "search"] +categories = ["database-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/rust/vectordb/README.md b/rust/vectordb/README.md new file mode 100644 index 00000000..9fe94165 --- /dev/null +++ b/rust/vectordb/README.md @@ -0,0 +1,3 @@ +# LanceDB Rust + +Rust client for LanceDB, a serverless vector database. Read more at: https://lancedb.com/ \ No newline at end of file