MCPcopy Create free account

hub / github.com/cosdata/cosdata / functions

Functions1,701 in github.com/cosdata/cosdata

↓ 2 callersFunctionget_all_punctuation
()
tests/test-tf-idf-bm25.py:92
↓ 2 callersMethodget_bucket_index
(&self, value: u32)
org/src/performant_fixed_set.rs:17
↓ 2 callersFunctionget_collection
Gets a specific collection using the gRPC server.
tests/test-grpc.py:89
↓ 2 callersFunctionget_current_timestamp
()
org/src/session_token.rs:63
↓ 2 callersFunctionget_current_timestamp
Retrieves current Unix timestamp for token generation
src/models/crypto.rs:124
↓ 2 callersMethodget_current_version_inner
( &self, txn: &impl lmdb::Transaction, )
src/models/versioning.rs:192
↓ 2 callersFunctionget_dataset
Generate raw dataset with just term frequencies
tests/test-tf-idf-bm25.py:187
↓ 2 callersMethodget_key
computes the key used to store the collection in the database
src/models/collection.rs:324
↓ 2 callersMethodget_lazy_object
( &self, file_index: FileIndex<IndexFileId>, max_loads: u16, skipm: &mut FxHas
src/models/cache_loader.rs:189
↓ 2 callersFunctionget_max_insert_level
(x: f64, levels: &[(f64, u8)])
src/models/common.rs:373
↓ 2 callersFunctionget_next_file_path
(count)
tests/test-dataset-streaming.py:592
↓ 2 callersFunctionget_next_file_path
(count)
tests/test-dataset.py:581
↓ 2 callersMethodget_object
Retrieves an object from the cache, attempting to batch load if possible, based on the state of the batch load lock. This function first attempts to
src/models/cache_loader.rs:261
↓ 2 callersMethodget_prop
( &self, offset: FileOffset, length: BytesToRead, )
src/models/cache_loader.rs:117
↓ 2 callersMethodget_prop_metadata
Reads prop_metadata from the prop file @NOTE: Right now, every call reads from the prop file, there's no caching implemented
src/models/cache_loader.rs:146
↓ 2 callersFunctionget_query_vectors
(dataset)
tests/test-tf-idf-bm25.py:337
↓ 2 callersFunctionget_random_term_info
(rng: &mut impl Rng, version: VersionNumber)
src/models/serializer/tf_idf/tests.rs:59
↓ 2 callersFunctionget_random_tf_idf_index_data
(rng: &mut impl Rng, version: VersionNumber)
src/models/serializer/tf_idf/tests.rs:80
↓ 2 callersFunctionget_random_versioned_vec
(rng: &mut impl Rng, version: VersionNumber)
src/models/serializer/tree_map/tests.rs:61
↓ 2 callersFunctionget_random_versioned_vec
(rng: &mut impl Rng, version: VersionNumber)
src/models/serializer/tf_idf/tests.rs:119
↓ 2 callersMethodget_tag_and_value
(&self)
src/models/types.rs:428
↓ 2 callersFunctionhash_password
(password: &str)
org/src/session_token.rs:35
↓ 2 callersFunctionhybrid_search_comprehensive
Perform comprehensive hybrid search with CPU monitoring and QPS tracking
tests/test_hybrid.py:819
↓ 2 callersMethodindex_embeddings
( &self, _collection: &Collection, embeddings: Vec<Self::IndexingInput>, versi
src/indexes/usv.rs:120
↓ 2 callersMethodinit
(&self, collection: &Collection)
src/models/collection_transaction.rs:201
↓ 2 callersMethodinsert_inner
(&mut self, version: Box<Self>)
src/models/tree_map.rs:260
↓ 2 callersMethodinto_bits
(self)
src/api/vectordb/indexes/dtos.rs:119
↓ 2 callersMethodinto_storage
(self)
src/models/versioned_vec.rs:25
↓ 2 callersMethodis_absent
(&self)
org/src/viewer.rs:61
↓ 2 callersMethodis_empty
(&self, idx: usize)
src/models/lru_cache.rs:44
↓ 2 callersMethodis_right_associative
(&self)
src/cosql/precedence.rs:15
↓ 2 callersMethoditer
(&self)
src/models/versioned_vec.rs:183
↓ 2 callersMethodlen
(&self)
src/models/versioned_vec.rs:192
↓ 2 callersFunctionload_config
()
src/config_loader.rs:189
↓ 2 callersFunctionlookup
(name, key)
tests/test-key-value-store-simple.py:127
↓ 2 callersFunctionmagnitude
(vec: &[f32])
org/src/main.rs:357
↓ 2 callersFunctionmagnitude
(vec: &[f32])
src/models/common.rs:190
↓ 2 callersFunctionmagnitude
(vec)
tests/rps-test.py:206
↓ 2 callersFunctionmagnitude
(vec)
tests/load-test.py:214
↓ 2 callersMethodmax_num_replicas
Returns the max no. of replica nodes that will be created per vector inserted into the index.
src/metadata/schema.rs:445
↓ 2 callersFunctionmetadata_replica_set
Computes "metadata replica sets" i.e. all metadata dimensions along based on the metadata `schema`. This includes both base and metadata dimensions.
src/vector_store.rs:494
↓ 2 callersMethodmodify_or_insert_with_value
works exactly like `modify_or_insert`, but takes a value `T`, which is passed to both closures (only one actually runs, so only passed to one of them)
src/models/common.rs:585
↓ 2 callersMethodname
()
src/models/collection_transaction.rs:73
↓ 2 callersFunctionoct_quant
(v: &[f32])
tests/benches/cosine_similarity_benchmark.rs:18
↓ 2 callersFunctionoctal_weighted_wrapper
(data: &[u8])
src/models/dot_product/x86_64.rs:284
↓ 2 callersFunctionpack_octal_vectors
(x_vec: &[Vec<u8>], y_vec: &[Vec<u8>])
src/models/dot_product/x86_64.rs:385
↓ 2 callersFunctionparse_inference_type
(input: &str)
src/cosql/rule.rs:25
↓ 2 callersFunctionparse_inferences1
(input: &str)
src/cosql/inference/mod.rs:27
↓ 2 callersFunctionparse_unary_expression_argument
(input: &str)
src/cosql/expression.rs:115
↓ 2 callersFunctionparse_unary_expression_or_higher
(input: &str)
src/cosql/expression.rs:119
↓ 2 callersFunctionparse_unary_operator
(input: &str)
src/cosql/expression.rs:91
↓ 2 callersMethodprecedence
(&self)
src/cosql/expression.rs:50
↓ 2 callersFunctionprint_index_ptr
(ptr: &IndexPtr, validation: &LinkValidation, prefix: &str)
org/src/viewer.rs:239
↓ 2 callersFunctionproject_to_3d
(x: f64, y: f64)
org/src/project_to_dim.rs:39
↓ 2 callersFunctionproject_to_3d
(x: f32, y: f32)
org/src/project_and_partition.rs:102
↓ 2 callersFunctionpseudo_node_vector
Returns vector values for pseudo node
src/metadata/mod.rs:214
↓ 2 callersFunctionpseudo_root_id
Returns the internal id for pseudo root node
src/metadata/mod.rs:219
↓ 2 callersMethodquantize
(&self, value: f32, values_upper_bound: f32)
src/models/inverted_index.rs:168
↓ 2 callersFunctionquantize_to_u32_bits
(fins: &[f32], resolution: u8)
org/src/main.rs:310
↓ 2 callersFunctionquaternary_weighted_wrapper
(data: &[u8])
src/models/dot_product/x86_64.rs:258
↓ 2 callersFunctionrandom_vector
()
src/models/durable_wal.rs:187
↓ 2 callersFunctionrandom_vector
()
src/models/wal.rs:401
↓ 2 callersMethodread_i32_with_cursor
(&self, cursor_id: u64)
src/models/buffered_io.rs:215
↓ 2 callersFunctionread_opt_string
( bufman: &FilelessBufferManager, cursor: u64, )
src/models/wal.rs:84
↓ 2 callersFunctionread_opt_string
(bufman: &BufferManager, cursor: u64)
src/models/serializer/mod.rs:68
↓ 2 callersMethodremove_neighbor_by_id
(&self, id: InternalId)
src/models/prob_node.rs:285
↓ 2 callersFunctionrun_recall_and_qps_and_latency_test
( collection, query_vectors, qps_test_vectors, top_k, brute_force_results, batch_size,
tests/test-tf-idf-bm25.py:811
↓ 2 callersFunctionscalar_combinations
(data: &[u8])
src/models/dot_product/x86_64.rs:669
↓ 2 callersFunctionsearch_ann
(coll_name, query_vec, metadata_filter)
tests/test_metadata_filters.py:168
↓ 2 callersFunctionsearch_document
Search using TF-IDF with cosdata client
tests/test-tf-idf-ndcg.py:186
↓ 2 callersFunctionsearch_results_to_matching_ids
(data)
tests/test_metadata_filters.py:198
↓ 2 callersFunctionselect_query_vectors_and_process_bruteforced_results
(parquet_file_path: str)
tests/test_multiple_datasets.py:76
↓ 2 callersMethodsequential_search
( self, index: &InvertedIndexRoot, // 4, 5, 6 quantization_bits: u8, v
src/models/sparse_ann_query.rs:69
↓ 2 callersFunctionserialize_processing_stats
size: [17, 41]
src/models/serializer/transaction_status.rs:120
↓ 2 callersFunctionserialize_results
(results: Vec<(usize, f32)>)
org/src/project_and_partition.rs:224
↓ 2 callersMethodset_child
(&self, child: SharedLatestNode)
src/models/prob_node.rs:195
↓ 2 callersMethodset_evict_hook
(&mut self, hook: Option<fn(&V)>)
src/models/lru_cache.rs:201
↓ 2 callersFunctionset_to_value_index
Converts a set of `FieldValue`s into a HashMap in which `FieldValue`s are the keys and integers (monotonically increasing id) as values. Note that the
src/metadata/schema.rs:62
↓ 2 callersFunctionsetup_test
( quantization_bits: u8, )
src/models/serializer/usv/tests.rs:32
↓ 2 callersMethodshould_flush
(&self)
src/models/buffered_io.rs:471
↓ 2 callersFunctionsimp_quant
(v: &[f32])
tests/benches/cosine_similarity_benchmark.rs:30
↓ 2 callersFunctionstore_values_range
(lmdb: &MetaDb, range: (f32, f32))
src/models/meta_persist.rs:60
↓ 2 callersMethodsum_all_centroids
(&self, sum: &mut Vector)
org/src/cluster_hierarchy.rs:92
↓ 2 callersFunctiontokenize
(text: &str)
src/indexes/tf_idf/mod.rs:288
↓ 2 callersMethodtokenize
(text: str)
tests/test_hybrid.py:231
↓ 2 callersMethodupdate_centroid
(&mut self)
org/src/cluster_hierarchy.rs:78
↓ 2 callersMethodupdate_collection_usage
(&self, name: &str)
src/models/collection_cache.rs:157
↓ 2 callersMethodupdate_version_metadata
( &self, version: VersionNumber, records_upserted: u32, records_deleted: u32,
src/models/versioning.rs:282
↓ 2 callersFunctionupsert
(name, txn_id, key: str, value: str)
tests/test-key-value-store-simple.py:107
↓ 2 callersMethodvalue_id
Returns a numeric identifier for the value from the `value_index`
src/metadata/schema.rs:114
↓ 2 callersMethodverify_eq
(&self, other: &Self)
src/models/crypto.rs:56
↓ 2 callersFunctionwrite_lazy_item_to_file
( cache: &HNSWIndexCache, lazy_item: SharedNode, file_id: IndexFileId, )
src/models/file_persist.rs:37
↓ 2 callersFunctionwrite_random_bytes
( file: &mut File, iterations: usize, write_size: usize, file_size: u64, )
tests/benches/write_benchmark.rs:37
↓ 2 callersFunctionwrite_random_bytes
( mut file: &File, iterations: usize, write_size: usize, file_size: u64, )
tests/benches/write_concurrent_benchmark.rs:37
↓ 1 callersFunction_compute_brute_force_cpu
CPU-based brute force computation using scipy.sparse
tests/test-sparse-vector.py:220
↓ 1 callersFunction_compute_brute_force_cpu
CPU-based brute force computation using scipy.sparse
tests/test-usv.py:229
↓ 1 callersFunction_compute_brute_force_gpu
GPU-based brute force computation with better memory management
tests/test-sparse-vector.py:265
↓ 1 callersFunction_compute_brute_force_gpu
GPU-based brute force computation with better memory management
tests/test-usv.py:274
↓ 1 callersFunction_password
()
tests/test_hybrid.py:345
↓ 1 callersFunctionabort_transaction
(collection_name, transaction_id)
tests/rps-test.py:157
← previousnext →301–400 of 1,701, ranked by callers