MCPcopy Create free account

hub / github.com/antgroup/vsag / functions

Functions5,241 in github.com/antgroup/vsag

↓ 2 callersMethodbucket_for_hash
extern/diskann/DiskANN/include/diskann_tsl/robin_hash.h:1025
↓ 2 callersMethodbucket_hash_equal
extern/diskann/DiskANN/include/diskann_tsl/robin_hash.h:80
↓ 2 callersMethodbuild
src/index/diskann.cpp:285
↓ 2 callersFunctionbuild_int_list_ptr
src/attr/expression_visitor.cpp:86
↓ 2 callersMethodcache_bfs_levels
extern/diskann/DiskANN/src/pq_flash_index.cpp:267
↓ 2 callersMethodcached_beam_search_async
extern/diskann/DiskANN/src/pq_flash_index.cpp:1964
↓ 2 callersMethodcached_beam_search_memory
extern/diskann/DiskANN/src/pq_flash_index.cpp:1753
↓ 2 callersMethodcal_memory_usage
src/algorithm/hgraph.cpp:2425
↓ 2 callersMethodcal_memory_usage
src/algorithm/ivf.cpp:1146
↓ 2 callersMethodcal_memory_usage
src/algorithm/brute_force.cpp:638
↓ 2 callersMethodcal_memory_usage
src/algorithm/sindi/sindi.cpp:388
↓ 2 callersFunctioncal_recall
(index, ids, data, k, search_params)
examples/python/example_hnsw.py:22
↓ 2 callersFunctioncal_recall
(index, index_pointers, indices, values, ids, k, search_params)
examples/python/109_index_sindi.py:21
↓ 2 callersMethodcalculate_medoid_point_id
find out the medoid, the vertex in the dataset that is closest to the centroid
extern/diskann/DiskANN/rust/diskann/src/model/data_store/inmem_dataset.rs:128
↓ 2 callersFunctioncalculate_overlap
src/impl/odescent/odescent_graph_builder_test.cpp:30
↓ 2 callersFunctioncalculate_recall
result_set_indices and truth_set_indices correspond by row index. the columns in each row contain the indices of the nearest neighbors, with
extern/diskann/DiskANN/python/tests/fixtures/recall.py:7
↓ 2 callersMethodcbegin
extern/diskann/DiskANN/include/diskann_tsl/sparse_hash.h:1356
↓ 2 callersMethodcend
extern/diskann/DiskANN/include/diskann_tsl/robin_set.h:216
↓ 2 callersMethodcend
extern/diskann/DiskANN/include/diskann_tsl/sparse_hash.h:1373
↓ 2 callersFunctioncheck_and_get_value
tools/eval/common.h:41
↓ 2 callersFunctioncheck_diskann_hnsw_build_parameters
src/parameter_check.cpp:30
↓ 2 callersFunctioncheck_diskann_hnsw_search_parameters
src/parameter_check.cpp:65
↓ 2 callersMethodcheck_valid_offset
* @brief Checks if the given offset is valid. * * This function checks if the given offset is within the bounds of the IO object. * If
src/io/basic_io.h:243
↓ 2 callersMethodclassic_train
src/quantization/scalar_quantization/scalar_quantization_trainer.cpp:72
↓ 2 callersFunctionclean_up_artifacts
* Delete all temporary artifacts. * In the process of creating the stitched index, some temporary artifacts are * created: * 1. the separate bin fi
extern/diskann/DiskANN/apps/build_stitched_index.cpp:312
↓ 2 callersMethodcleanup_graph
(&mut self, visit_order: &Vec<u32>)
extern/diskann/DiskANN/rust/diskann/src/index/inmem_index/inmem_index.rs:317
↓ 2 callersFunctioncompute_closest_centers_in_block
( data: &[f32], num_points: usize, dim: usize, centers: &[f32], num_centers: usize, do
extern/diskann/DiskANN/rust/diskann/src/utils/math_util.rs:83
↓ 2 callersFunctioncompute_part
src/simd/neon.cpp:1731
↓ 2 callersMethodconstruct_with
include/vsag/expected.hpp:705
↓ 2 callersFunctionconvert
src/datacell/sparse_term_datacell.cpp:394
↓ 2 callersMethodcopy_vectors
extern/diskann/DiskANN/src/in_mem_data_store.cpp:433
↓ 2 callersMethodcreate_disk_layout
Create disk layout Sector #1: disk_layout_meta Sector #n: num_nodes_per_sector nodes Each node's layout: {full precision vector:[T; DIM]}{num_nbrs: u3
extern/diskann/DiskANN/rust/diskann/src/storage/disk_index_storage.rs:80
↓ 2 callersFunctioncreate_index_with_test_data
()
extern/diskann/DiskANN/rust/diskann/src/test_utils/inmem_index_initialization.rs:19
↓ 2 callersFunctioncreate_random_string
tests/fixtures/fixtures.cpp:179
↓ 2 callersFunctioncreate_random_string
examples/cpp/107_index_pyramid.cpp:20
↓ 2 callersMethoddeallocate
src/impl/allocator/allocator_wrapper.h:55
↓ 2 callersMethoddeserialize
extern/diskann/DiskANN/include/diskann_tsl/sparse_set.h:610
↓ 2 callersMethoddestroy
extern/diskann/DiskANN/include/scratch.h:206
↓ 2 callersMethoddestroy_val
include/vsag/expected.hpp:877
↓ 2 callersMethoddisk_index_file
(&self)
extern/diskann/DiskANN/rust/diskann/src/storage/disk_index_storage.rs:284
↓ 2 callersMethodelapsed_gcycles
(&self)
extern/diskann/DiskANN/rust/diskann/src/utils/timer.rs:45
↓ 2 callersMethodenable_delete
extern/diskann/DiskANN/src/index.cpp:2846
↓ 2 callersFunctionerase_by_type
src/datacell/attribute_bucket_inverted_datacell.cpp:63
↓ 2 callersFunctionestimate_ram_usage
extern/diskann/DiskANN/include/index.h:31
↓ 2 callersFunctionexact_knn
extern/diskann/DiskANN/apps/utils/compute_groundtruth_for_filters.cpp:127
↓ 2 callersFunctionextract
(base_csv, base_id_column_name, base_vector_column_name, query_csv, query_id_column_name, query_ve
scripts/csv_extract/csv_extract.py:71
↓ 2 callersFunctionextract_from_csv
(csvfile, id_column_name, vector_column_name, o
scripts/csv_extract/csv_extract.py:26
↓ 2 callersFunctionfallback_popcount
extern/diskann/DiskANN/include/diskann_tsl/sparse_hash.h:93
↓ 2 callersMethodfetch_disk_build_param
(&self)
extern/diskann/DiskANN/rust/diskann/src/index/disk_index/disk_index.rs:91
↓ 2 callersMethodfield_expr
extern/antlr4/fc/FCParser.cpp:693
↓ 2 callersMethodfill_location_map
src/algorithm/ivf.cpp:984
↓ 2 callersFunctionfind_binary
Get the path for a binary or exit
scripts/linters/run-clang-tidy.py:180
↓ 2 callersMethodflush
tests/fixtures/test_logger.h:171
↓ 2 callersMethodflush_cache
(&mut self)
extern/diskann/DiskANN/rust/diskann/src/utils/cached_writer.rs:90
↓ 2 callersFunctiongen_4k_data_and_return_stream_reader
fill buffer with below and return a wrappered StreamReader object: ['1' '1' ... repeats 1024 times] ['2' '2' ... repeats 1024 times] ['3' '3' ... repe
src/storage/stream_reader_test.cpp:27
↓ 2 callersMethodgeneral_test_search
Test search index
tests/python/test_hnsw.py:57
↓ 2 callersMethodgeneral_test_search
Test search index
tests/python/test_hgraph.py:70
↓ 2 callersMethodgeneral_test_search
Test search index
tests/python/test_bruteforce.py:64
↓ 2 callersMethodgeneral_test_search
Test search index
tests/python/test_ivf.py:69
↓ 2 callersFunctiongenerate_attributes
tests/fixtures/fixtures.cpp:406
↓ 2 callersMethodgenerate_cache_list_from_sample_queries
extern/diskann/DiskANN/src/pq_flash_index.cpp:182
↓ 2 callersFunctiongenerate_graph
src/datacell/graph_interface_test.cpp:179
↓ 2 callersFunctiongenerate_hnsw_build_parameters_string
tests/fixtures/fixtures.cpp:466
↓ 2 callersFunctiongenerate_pyramid
src/algorithm/pyramid_zparameters_test.cpp:42
↓ 2 callersMethodgenerate_random_vectors
Generate random float32 vectors for testing
tests/python/test_dataset.py:34
↓ 2 callersMethodgetDataByLabel
src/algorithm/hnswlib/hnswalg.cpp:1177
↓ 2 callersMethodgetDistanceByInternalId
src/algorithm/hnswlib/hnswalg.cpp:200
↓ 2 callersMethodgetNeighborsInternalId
src/algorithm/hnswlib/hnswalg.cpp:227
↓ 2 callersFunctionget_bin_metadata_impl
get_bin_metadata functions START
extern/diskann/DiskANN/include/utils.h:311
↓ 2 callersFunctionget_data_stats
src/algorithm/ivf.cpp:1066
↓ 2 callersFunctionget_memory_budget
extern/diskann/DiskANN/src/disk_utils.cpp:79
↓ 2 callersFunctionget_pos
src/index_feature_list.cpp:26
↓ 2 callersMethodget_random_level
src/algorithm/hgraph.h:220
↓ 2 callersMethodget_required_alignment
extern/diskann/DiskANN/src/distance.cpp:76
↓ 2 callersFunctionget_suitable_max_degree
src/algorithm/pyramid.cpp:42
↓ 2 callersFunctionget_test_data
(i1: usize, i2: usize)
extern/diskann/DiskANN/rust/vector/src/distance_test.rs:98
↓ 2 callersFunctionget_test_data_random
()
extern/diskann/DiskANN/rust/vector/src/distance_test.rs:131
↓ 2 callersFunctionget_tidy_invocation
Gets a command line for clang-tidy.
scripts/linters/run-clang-tidy.py:89
↓ 2 callersFunctionget_turing_test_data
()
extern/diskann/DiskANN/rust/vector/src/distance.rs:64
↓ 2 callersMethodget_unique_inner_ids
src/algorithm/hgraph.h:227
↓ 2 callersMethodget_unique_neighbors
Returns a vector of unique neighbors for the given vertex, along with their distances. # Arguments `neighbors` - A vector of neighbor id index for t
extern/diskann/DiskANN/rust/diskann/src/index/inmem_index/inmem_index.rs:386
↓ 2 callersMethodgraph_add_one
src/algorithm/hgraph.cpp:1602
↓ 2 callersMethodgreedy_search
GreedySearch against query node Returns visited nodes # Arguments `query` - query vertex `scratch` - in-memory query scratch TODO: use_filter, filter_
extern/diskann/DiskANN/rust/diskann/src/algorithm/search/search.rs:136
↓ 2 callersFunctionhas_popcount_support
* We need to check for popcount support at runtime on Windows with __cpuid * See https://msdn.microsoft.com/en-us/library/bb385231.aspx */
extern/diskann/DiskANN/include/diskann_tsl/sparse_hash.h:128
↓ 2 callersMethodinit_graph_for_point
Initialize graph for point # Arguments `query` - query vertex `init_ids` - initial nodes from which search starts `scratch` - in-memory query scratch
extern/diskann/DiskANN/rust/diskann/src/algorithm/search/search.rs:82
↓ 2 callersMethodinit_index
Initialize HNSW index
tests/python/test_hnsw.py:52
↓ 2 callersMethodinit_index
Initialize HGraph index
tests/python/test_hgraph.py:65
↓ 2 callersMethodinit_index
Initialize Bruteforce index
tests/python/test_bruteforce.py:60
↓ 2 callersMethodinit_index
Initialize IVF index
tests/python/test_ivf.py:64
↓ 2 callersMethodinsert_neighbor_if_unique
( &self, dummy_visited: &mut HashSet<u32>, current: u32, vertex_id: u32,
extern/diskann/DiskANN/rust/diskann/src/index/inmem_index/inmem_index.rs:435
↓ 2 callersFunctioninsert_next_batch
extern/diskann/DiskANN/apps/test_streaming_scenario.cpp:88
↓ 2 callersMethodinsert_on_rehash
extern/diskann/DiskANN/include/diskann_tsl/sparse_hash.h:2029
↓ 2 callersMethodinsert_vertex_id
(&self, vertex_id: u32)
extern/diskann/DiskANN/rust/diskann/src/index/inmem_index/inmem_index.rs:178
↓ 2 callersMethodint_pipe_list
extern/antlr4/fc/FCParser.cpp:615
↓ 2 callersMethodint_value_list
extern/antlr4/fc/FCParser.cpp:578
↓ 2 callersMethodinto_iter
(self)
extern/diskann/DiskANN/rust/diskann/src/model/graph/disk_graph.rs:155
↓ 2 callersFunctionip_obar_q
src/quantization/rabitq_quantization/rabitq_quantizer.cpp:215
↓ 2 callersMethodisMarkedDeleted
* Checks the first 16 bits of the memory to see if the element is marked deleted. */
src/algorithm/hnswlib/hnswalg.h:414
↓ 2 callersMethodis_valid
extern/diskann/DiskANN/src/natural_number_map.cpp:91
↓ 2 callersFunctionk_meanspp_selecting_pivots
Select pivots in k-means++ algorithm Points that are farther away from the already chosen centroids have a higher probability of being selected as the
extern/diskann/DiskANN/rust/diskann/src/utils/kmeans.rs:179
← previousnext →1,101–1,200 of 5,241, ranked by callers