Docs.rs
llmsdk-provider-0.1.1
llmsdk-provider 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
zerx-lab
Dependencies
async-trait ^0.1.89
normal
bytes ^1.11.1
normal
futures ^0.3.32
normal
http ^1.4.0
normal
schemars ^1
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
thiserror ^2.0.18
normal
tokio ^1.52.3
normal
tokio ^1.52.3
dev
Versions
100%
of the crate is documented
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
Embedding
llmsdk_
provider
0.1.1
Embedding
Aliased Type
In crate llmsdk_
provider
llmsdk_provider
Type Alias
Embedding
Copy item path
Source
pub type Embedding =
Vec
<
f32
>;
Expand description
One embedding vector.
Aliased Type
ยง
pub struct Embedding {
/* private fields */
}