Docs.rs
sz-orm-vector-1.2.1
sz-orm-vector 1.2.1
Docs.rs crate page
MIT
30 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
async-trait ^0.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sz-orm-ai ^1.0.0
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-postgres ^0.7
normal
optional
tokio-test ^0.4
dev
Versions
78.23%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module memory
sz_
orm_
vector
1.2.1
Module memory
Module Items
Structs
In crate sz_
orm_
vector
sz_orm_vector
Module
memory
Copy item path
Source
Expand description
内存实现:纯 Rust 向量计算(不连接数据库)
适用于:
单元测试
不需要真实 pgvector 的场景(如原型开发)
性能基准(无 I/O 开销)
Structs
§
InMemory
Vector
Store
内存 Vector Store 实现