Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ update_collection_for_query
Method
update_collection_for_query
src/app_context.rs:57–60 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
55
}
56
57
fn update_collection_for_query(&self, name: &str) -> Result<bool, WaCustomError> {
58
self.collection_cache_manager
59
.probabilistic_update(name, 0.01)
60
}
61
}
Callers
15
query_vectors
Function · 0.80
get_vector_by_id
Function · 0.80
check_vector_existence
Function · 0.80
fetch_vector_neighbors
Function · 0.80
dense_search
Function · 0.80
batch_dense_search
Function · 0.80
sparse_search
Function · 0.80
batch_sparse_search
Function · 0.80
hybrid_search
Function · 0.80
batch_hybrid_search
Function · 0.80
tf_idf_search
Function · 0.80
key_value_search
Function · 0.80
Calls
1
probabilistic_update
Method · 0.80
Tested by
no test coverage detected