Docs.rs
vecstore-1.0.0
vecstore 1.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
PhilipJohnBasile
Dependencies
anyhow ^1
normal
arrow ^56
normal
optional
async-trait ^0.1
normal
optional
bincode ^1
normal
candle-core ^0.9
normal
optional
candle-nn ^0.9
normal
optional
candle-transformers ^0.9
normal
optional
chrono ^0.4
normal
clap ^4
normal
console_error_panic_hook ^0.1
normal
optional
directories ^6
normal
futures ^0.3
normal
optional
getrandom ^0.2
normal
hf-hub ^0.4
normal
optional
js-sys ^0.3
normal
optional
memmap2 ^0.9
normal
ndarray ^0.16
normal
optional
ordered-float ^5
normal
ort ^1.16
normal
optional
parquet ^56
normal
optional
pyo3 ^0.24.1
normal
optional
rand ^0.8
normal
rayon ^1
normal
regex ^1
normal
reqwest ^0.12
normal
optional
safetensors ^0.6
normal
optional
serde ^1
normal
serde-wasm-bindgen ^0.6
normal
optional
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokenizers ^0.22
normal
optional
tokio ^1
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
ureq ^3.1
normal
optional
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
approx ^0.5
dev
criterion ^0.5
dev
futures ^0.3
dev
proptest ^1.5
dev
tempfile ^3
dev
tokio ^1
dev
wiremock ^0.6
dev
tonic-build ^0.14
build
optional
axum ^0.8
normal
optional
hnsw_rs ^0.3
normal
hyper ^1
normal
optional
lazy_static ^1.4
normal
optional
prometheus ^0.14
normal
optional
prost ^0.14
normal
optional
tokio-stream ^0.1
normal
optional
tonic ^0.14
normal
optional
tower ^0.5
normal
optional
tower-http ^0.6
normal
optional
Versions
77.37%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
make_record
vecstore
1.0.0
In vecstore::
store
vecstore
::
store
Function
make_
record
Copy item path
Source
pub fn make_record( id: impl
Into
<
String
>, vector:
Vec
<
f32
>, metadata:
Metadata
, ) ->
Record