Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ SparseInputEmbedding
Class
SparseInputEmbedding
src/indexes/inverted/mod.rs:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
use types::{SamplingData, SparsePair};
24
25
pub struct SparseInputEmbedding(pub InternalId, pub Vec<SparsePair>);
26
27
pub struct SparseSearchInput(pub Vec<SparsePair>);
28
Callers
2
run_upload
Method · 0.85
index_embeddings
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected