chore: make crate more discoverable (#443)

A few small changes to make the Rust crate more discoverable.
This commit is contained in:
Will Jones
2023-08-25 08:59:14 -07:00
committed by GitHub
parent fe8848efb9
commit 8391ffee84
2 changed files with 6 additions and 1 deletions

View File

@@ -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]

3
rust/vectordb/README.md Normal file
View File

@@ -0,0 +1,3 @@
# LanceDB Rust
Rust client for LanceDB, a serverless vector database. Read more at: https://lancedb.com/