We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d826428 commit 372b48bCopy full SHA for 372b48b
Cargo.toml
@@ -4,7 +4,7 @@ version = "1.1.0"
4
edition = "2024"
5
authors = ["Nigel Christian <[email protected]>"]
6
documentation = "https://docs.rs/valentinus"
7
-description = "Next generation vector database built with LMDB bindings"
+description = "A thread-safe vector database for model inference inside LMDB."
8
repository = "https://github.com/kn0sys/valentinus"
9
license = "Apache-2.0"
10
readme = "README.md"
README.md
@@ -5,7 +5,7 @@
# valentinus
-next generation vector db built with lmdb bindings
+A thread-safe vector database for model inference inside LMDB.
### dependencies
11
0 commit comments