mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 02:42:57 +00:00
chore: make crate more discoverable (#443)
A few small changes to make the Rust crate more discoverable.
This commit is contained in:
@@ -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
3
rust/vectordb/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# LanceDB Rust
|
||||
|
||||
Rust client for LanceDB, a serverless vector database. Read more at: https://lancedb.com/
|
||||
Reference in New Issue
Block a user