MCPcopy Create free account

hub / github.com/cosdata/cosdata / functions

Functions1,701 in github.com/cosdata/cosdata

↓ 1 callersFunctionindex_embeddings
( config: &Config, collection: &Collection, hnsw_index: &HNSWIndex, version: VersionNumber,
src/vector_store.rs:714
↓ 1 callersFunctionindexes_module
()
src/api/vectordb/indexes/mod.rs:13
↓ 1 callersFunctioninference_type
(input: &str)
org/src/cosql.rs:608
↓ 1 callersFunctioninit_ctx
()
tests/test_metadata_filters.py:617
↓ 1 callersFunctioninit_hnsw_index_for_collection
( ctx: Arc<AppContext>, collection: Arc<Collection>, values_range: Option<(f32, f32)>, hnsw_pa
src/api_service.rs:28
↓ 1 callersFunctioninit_inverted_index_for_collection
creates an inverted index for a collection
src/api_service.rs:219
↓ 1 callersFunctioninit_key_value_index_for_collection
creates an key value index for a collection
src/api_service.rs:267
↓ 1 callersFunctioninit_tf_idf_index_for_collection
creates an inverted index for a collection
src/api_service.rs:242
↓ 1 callersFunctioninit_usv_index_for_collection
creates an USV for a collection
src/api_service.rs:284
↓ 1 callersFunctioninitialize_u16_lookup_table
Function to initialize the lookup table for u16 values
org/src/main.rs:16
↓ 1 callersMethodinner
(self)
src/models/lru_cache.rs:170
↓ 1 callersMethodinsert
(&self, version: VersionNumber, key: InternalId, value: Vec<u8>)
src/indexes/key_value.rs:45
↓ 1 callersMethodinsert
( &self, id: InternalId, pairs: Vec<SparsePair>, version: VersionNumber, )
src/indexes/inverted/mod.rs:72
↓ 1 callersMethodinsert
( &self, version: VersionNumber, id: InternalId, text: String, )
src/indexes/tf_idf/mod.rs:85
↓ 1 callersMethodinsert
( &self, quotient: u16, quantized_value: u8, vector_id: u32, version:
src/models/usv_index.rs:135
↓ 1 callersMethodinsert
Inserts a value into the index at the specified dimension index. Finds the quantized value and pushes the vec_Id in array at index = quantized_value
src/models/inverted_index.rs:176
↓ 1 callersMethodinsert_collection
(&self, collection: Arc<Collection>)
src/models/types.rs:1339
↓ 1 callersMethodinsert_hnsw_index
( &self, collection: &Collection, hnsw_index: Arc<HNSWIndex>, )
src/models/types.rs:1272
↓ 1 callersMethodinsert_inverted_index
( &self, collection: &Collection, inverted_index: Arc<InvertedIndex>, )
src/models/types.rs:1286
↓ 1 callersMethodinsert_key_value_index
( &self, collection: &Collection, key_value_index: Arc<KeyValueIndex>, )
src/models/types.rs:1314
↓ 1 callersMethodinsert_node
(&mut self, target_version: Arc<Mutex<VersionNode>>)
org/src/version_tree.rs:45
↓ 1 callersMethodinsert_tf_idf_index
( &self, collection: &Collection, tf_idf_index: Arc<TFIDFIndex>, )
src/models/types.rs:1300
↓ 1 callersMethodinsert_usv_index
( &self, collection: &Collection, usv_index: Arc<USVIndex>, )
src/models/types.rs:1323
↓ 1 callersMethodinsert_vector
(&mut self, vector: Vector)
org/src/cluster_hierarchy.rs:114
↓ 1 callersFunctioninsert_vectors
(coll_id, vectors)
tests/test_metadata_filters.py:147
↓ 1 callersMethodinto_params
(self, config: &Config)
src/api/vectordb/indexes/dtos.rs:211
↓ 1 callersMethodis_member
(&self, value: u32)
org/src/performant_fixed_set.rs:37
↓ 1 callersMethodis_member
(&self, value: u32)
src/models/fixedset.rs:23
↓ 1 callersMethodis_neighbors_empty
(&self)
src/models/prob_node.rs:308
↓ 1 callersMethoditer_collections
( &self, )
src/models/types.rs:1425
↓ 1 callersFunctionkmeans_scalar
Scalar implementation
org/src/k_means_clustering_u8_simd.rs:6
↓ 1 callersFunctionkmeans_scalar
( x_vec: &[i8], initial_centroids: &[i8], iterations: usize, )
src/models/kmeans.rs:35
↓ 1 callersFunctionkmeans_simd
(x_vec: &[u8], k: usize, iterations: usize)
org/src/k_means_clustering_u8_simd.rs:34
↓ 1 callersFunctionkmeans_simd
( x_vec: &[i8], initial_centroids: &[i8], iterations: usize, )
src/models/kmeans.rs:71
↓ 1 callersFunctionlargest_power_of_4_below
(n: u32)
org/src/version_tree.rs:4
↓ 1 callersFunctionlargest_power_of_4_below
Returns the largest power of 4 that is less than or equal to `n`. Iteratively multiplies by 4 until the result exceeds `n`.
src/models/utils.rs:3
↓ 1 callersMethodlatest
(&self)
src/models/tree_map.rs:268
↓ 1 callersMethodlist_objects
(&self, prefix: &str)
org/src/s3_client.rs:110
↓ 1 callersMethodlisten_address
(&self)
src/config_loader.rs:154
↓ 1 callersFunctionlmdb_init_collections_db
TODO use lmdb_init_db function inside this function
src/models/meta_persist.rs:301
↓ 1 callersFunctionload_collections
( env: &Environment, db: Database, )
src/models/meta_persist.rs:309
↓ 1 callersMethodload_dense_index
Loads the dense vector index for a collection
src/models/collection_cache.rs:192
↓ 1 callersMethodload_hnsw_index
loads and initiates the dense index of a collection from lmdb In doing so, the root vec for all collections' dense indexes are loaded into memory, wh
src/models/types.rs:798
↓ 1 callersMethodload_inverted_index
loads and initiates the inverted index of a collection from lmdb
src/models/types.rs:1130
↓ 1 callersMethodload_inverted_index
Loads the inverted index for a collection
src/models/collection_cache.rs:212
↓ 1 callersMethodload_key_value_index
( &self, collection_meta: &CollectionMetadata, )
src/models/types.rs:1206
↓ 1 callersFunctionload_or_generate_brute_force_results
Load brute force results from CSV, or generate them if file doesn't exist
tests/test-dataset-streaming.py:432
↓ 1 callersFunctionload_queries_robust
Robust query loading that handles malformed JSON escape sequences. Fallback for when beir.load_queries fails due to JSON parsing errors.
tests/modal_remote_vllm/remote_cache_dense.py:128
↓ 1 callersFunctionload_rustls_config
(ssl_config: &Ssl)
src/web_server.rs:83
↓ 1 callersMethodload_tf_idf_index
loads and initiates the TF-IDF index of a collection from lmdb
src/models/types.rs:1169
↓ 1 callersMethodload_usv_index
( &self, collection_meta: &CollectionMetadata, lmdb: &MetaDb, )
src/models/types.rs:1237
↓ 1 callersFunctionload_vecs_from_file
()
org/src/project_and_partition.rs:428
↓ 1 callersMethodlock_key_and_try
(&self, k: K, f: F)
src/models/common.rs:638
↓ 1 callersFunctionmain
()
tests/test-key-value-store.py:359
↓ 1 callersFunctionmain
()
tests/test-sparse-vector.py:480
↓ 1 callersFunctionmain
( dataset: str, top_k: int = 10, k1: float = 1.2, b: float = 0.75, batch_size: int = 100,
tests/test-tf-idf-ndcg.py:300
↓ 1 callersFunctionmain
()
tests/test_metadata_filters.py:635
↓ 1 callersFunctionmain
()
tests/test-usv.py:489
↓ 1 callersFunctionmain
(dataset, num_queries=100, batch_size=100, top_k=10, k=1.5, b=0.75)
tests/test-tf-idf-bm25.py:873
↓ 1 callersFunctionmain
()
tests/test-key-value-store-simple.py:145
↓ 1 callersFunctionmain
Main function to run the hybrid raw search benchmark
tests/test_hybrid.py:1096
↓ 1 callersFunctionmain
()
tests/modal_remote_vllm/remote_cache_dense.py:497
↓ 1 callersMethodmark_embedding_as_deleted
( &self, id: InternalId, pairs: &[SparsePair], version: VersionNumber, )
src/indexes/usv.rs:90
↓ 1 callersMethodmark_embedding_as_deleted
( &self, id: InternalId, pairs: &[SparsePair], version: VersionNumber, )
src/indexes/inverted/mod.rs:91
↓ 1 callersMethodmark_embedding_as_deleted
( &self, version: VersionNumber, id: InternalId, text: &str, )
src/indexes/tf_idf/mod.rs:112
↓ 1 callersMethodmax_cardinality
(&self)
src/metadata/schema.rs:124
↓ 1 callersFunctionmerge_cqa_dupstack
(data_path: str, verbose: bool = False)
tests/test-tf-idf-ndcg.py:30
↓ 1 callersFunctionmerge_cqa_dupstack
Merge CQADupStack subdatasets into a single dataset
tests/test_hybrid.py:254
↓ 1 callersFunctionnearest_power_of_two
Returns power of 2 that's nearest to the number, rounded up
src/metadata/mod.rs:45
↓ 1 callersMethodnext_file_id
(&mut self)
src/indexes/hnsw/offset_counter.rs:70
↓ 1 callersMethodnode_kind
Returns the kind of replica node that will be created in the index
src/vector_store.rs:461
↓ 1 callersFunctionoctal_weighted_simd_avx2
(data: *const u8, n: usize, lookup: &[u8; 64])
org/src/octal_simd_dot_product.rs:38
↓ 1 callersFunctionoctal_weighted_simd_avx2
(data: *const u8, n: usize, lookup: &[u8; 64])
src/models/dot_product/x86_64.rs:317
↓ 1 callersFunctionoctal_weighted_wrapper
(data: &[u8])
org/src/octal_simd_dot_product.rs:5
↓ 1 callersFunctionpack_octal_vectors
(x_vec: &[Vec<u8>], y_vec: &[Vec<u8>])
org/src/octal_simd_dot_product.rs:101
↓ 1 callersFunctionparse_attribute
(input: &str)
src/cosql/insertion/mod.rs:44
↓ 1 callersFunctionparse_attribute_definition
(input: &str)
src/cosql/definition/mod.rs:36
↓ 1 callersFunctionparse_attribute_definitions1
(input: &str)
src/cosql/definition/mod.rs:32
↓ 1 callersFunctionparse_attributes1
(input: &str)
src/cosql/insertion/mod.rs:36
↓ 1 callersFunctionparse_binary_condition
(input: &str)
src/cosql/condition.rs:76
↓ 1 callersFunctionparse_binary_condition_operator
(input: &str)
src/cosql/condition.rs:65
↓ 1 callersFunctionparse_binary_expression_operator
(input: &str)
src/cosql/expression.rs:98
↓ 1 callersFunctionparse_binary_expression_rest
( mut input: &str, lhs: Expression, min_precedence: Precedence, )
src/cosql/expression.rs:142
↓ 1 callersFunctionparse_compute_clause
(input: &str)
src/cosql/compute_clause.rs:31
↓ 1 callersFunctionparse_compute_clauses
(input: &str)
src/cosql/compute_clause.rs:24
↓ 1 callersFunctionparse_condition
(input: &str)
src/cosql/condition.rs:115
↓ 1 callersFunctionparse_cos_graph_query
(input: &str)
org/src/cosql.rs:646
↓ 1 callersFunctionparse_cosql_statement
(input: &str)
src/cosql/mod.rs:53
↓ 1 callersFunctionparse_data_type
(input: &str)
src/cosql/data_type.rs:12
↓ 1 callersFunctionparse_date
(input: &str)
src/cosql/value.rs:28
↓ 1 callersFunctionparse_entity_definition
(input: &str)
src/cosql/definition/entity.rs:14
↓ 1 callersFunctionparse_entity_inference
(input: &str)
src/cosql/inference/entity.rs:15
↓ 1 callersFunctionparse_entity_insertion
(input: &str)
src/cosql/insertion/entity.rs:16
↓ 1 callersFunctionparse_entity_pattern
(input: &str)
src/cosql/pattern/entity.rs:20
↓ 1 callersFunctionparse_expression
(input: &str)
src/cosql/expression.rs:214
↓ 1 callersFunctionparse_extend_entity_inference
(input: &str)
src/cosql/inference/extend_entity.rs:14
↓ 1 callersFunctionparse_inference
(input: &str)
src/cosql/inference/mod.rs:31
↓ 1 callersFunctionparse_logical_operator
(input: &str)
src/cosql/condition.rs:91
↓ 1 callersFunctionparse_pattern
(input: &str)
src/cosql/pattern/mod.rs:33
↓ 1 callersFunctionparse_patterns0
(input: &str)
src/cosql/pattern/mod.rs:25
← previousnext →601–700 of 1,701, ranked by callers