MCPcopy 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

23use types::{SamplingData, SparsePair};
24
25pub struct SparseInputEmbedding(pub InternalId, pub Vec<SparsePair>);
26
27pub struct SparseSearchInput(pub Vec<SparsePair>);
28

Callers 2

run_uploadMethod · 0.85
index_embeddingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected