MCPcopy 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_vectorsFunction · 0.80
get_vector_by_idFunction · 0.80
check_vector_existenceFunction · 0.80
fetch_vector_neighborsFunction · 0.80
dense_searchFunction · 0.80
batch_dense_searchFunction · 0.80
sparse_searchFunction · 0.80
batch_sparse_searchFunction · 0.80
hybrid_searchFunction · 0.80
batch_hybrid_searchFunction · 0.80
tf_idf_searchFunction · 0.80
key_value_searchFunction · 0.80

Calls 1

probabilistic_updateMethod · 0.80

Tested by

no test coverage detected