Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ SparseSearchInput
Class
SparseSearchInput
src/indexes/inverted/mod.rs:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
pub struct SparseInputEmbedding(pub InternalId, pub Vec<SparsePair>);
26
27
pub struct SparseSearchInput(pub Vec<SparsePair>);
28
29
pub struct SparseSearchOptions {
30
pub top_k: Option<usize>,
Callers
2
sparse_search
Function · 0.85
hybrid_search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected