Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/embedding-atlas
/ functions
Functions
1,529 in github.com/apple/embedding-atlas
⨍
Functions
1,529
◇
Types & classes
299
↳
Endpoints
18
Function
test_sha256_hexdigest_numpy_array
()
packages/backend/tests/test_cache.py:39
Function
test_sha256_hexdigest_with_scope
()
packages/backend/tests/test_cache.py:26
Function
test_simple_heap_push
()
packages/umap/nndescent/src/heap.rs:263
Method
test_single_edge
Two nodes, one directed edge: target gets more rank.
packages/backend/tests/test_pagerank.py:39
Method
test_single_node_no_self_loop
A dangling target node (only incoming edges) should still get rank.
packages/backend/tests/test_pagerank.py:273
Method
test_single_node_self_loop
A single node with a self-loop should get all the rank.
packages/backend/tests/test_pagerank.py:33
Method
test_skips_self_loops
Should skip edges where source == target.
packages/backend/tests/test_pagerank.py:346
Function
test_small_dataset
()
packages/umap/nndescent/tests/test_nn_descent.rs:347
Function
test_spatial_check
()
packages/umap/nndescent/tests/test_distances.rs:109
Function
test_squared_euclidean_consistency
()
packages/umap/nndescent/tests/test_distances.rs:261
Method
test_star_incoming
All nodes point to hub — hub gets most rank.
packages/backend/tests/test_pagerank.py:304
Method
test_star_outgoing
Hub points to all — leaves get more rank than hub.
packages/backend/tests/test_pagerank.py:312
Function
test_stepper_advances
()
packages/umap/umap/src/lib.rs:1210
Method
test_stops_early_on_error_without_fallback
Test that processing stops early when an error occurs and fallback is None.
packages/backend/tests/test_async_map.py:176
Method
test_string_inputs
Test async_map with string inputs.
packages/backend/tests/test_async_map.py:154
Function
test_tau_rand_range
()
packages/umap/nndescent/src/rng.rs:172
Function
test_tau_rng_deterministic
()
packages/umap/nndescent/src/rng.rs:163
Function
test_tau_rng_entropy
()
packages/umap/nndescent/src/rng.rs:181
Function
test_text
Test text embedding with each embedder.
packages/backend/tests/test_projection_transformers.py:129
Function
test_text
(text_df, cache_root)
packages/backend/tests/test_projection.py:66
Function
test_text
(text_df, cache_root)
packages/backend/tests/test_projection_litellm.py:108
Function
test_text_auto_modality
Test that auto modality correctly detects text.
packages/backend/tests/test_projection_transformers.py:142
Function
test_text_auto_modality
(text_df, cache_root)
packages/backend/tests/test_projection.py:80
Function
test_text_auto_modality
(text_df, cache_root)
packages/backend/tests/test_projection_litellm.py:120
Method
test_text_default_for_all_null
(self)
packages/backend/tests/test_modality_detection.py:118
Function
test_text_polars
(text_pl, cache_root)
packages/backend/tests/test_projection.py:375
Method
test_text_skips_leading_nulls
(self)
packages/backend/tests/test_modality_detection.py:122
Method
test_text_strings
(self)
packages/backend/tests/test_modality_detection.py:114
Method
test_three_node_cycle
Three nodes in a cycle: equal rank of 1/3 each.
packages/backend/tests/test_pagerank.py:298
Method
test_tiff_big_endian
(self)
packages/backend/tests/test_modality_detection.py:63
Method
test_tiff_little_endian
(self)
packages/backend/tests/test_modality_detection.py:59
Method
test_tight_tolerance_converges
Very tight tolerance should still produce valid results.
packages/backend/tests/test_pagerank.py:215
Function
test_trace_contours
()
packages/density-clustering/density_clustering/src/trace_contours.rs:100
Function
test_trace_contours_diagonal
()
packages/density-clustering/density_clustering/src/trace_contours.rs:131
Method
test_trailing_nodes_with_n
Explicit n includes trailing nodes that have no edges.
packages/backend/tests/test_pagerank.py:90
Function
test_tree_init_false
()
packages/umap/nndescent/tests/test_nn_descent.rs:249
Function
test_tree_search
()
packages/umap/nndescent/src/rp_trees.rs:1355
Method
test_two_node_cycle
Two nodes in a cycle: equal rank of 0.5 each.
packages/backend/tests/test_pagerank.py:292
Function
test_umap_10d_output
()
packages/umap/umap/src/lib.rs:1129
Function
test_umap_3d_output
()
packages/umap/umap/src/lib.rs:1097
Function
test_umap_5d_output
()
packages/umap/umap/src/lib.rs:1112
Function
test_umap_cosine_metric
()
packages/umap/umap/src/lib.rs:1146
Function
test_umap_empty
()
packages/umap/umap/src/lib.rs:1200
Function
test_umap_from_knn_index_out_of_range
()
packages/umap/umap/src/lib.rs:1005
Function
test_umap_from_knn_negative_index_ok
()
packages/umap/umap/src/lib.rs:1023
Function
test_umap_from_knn_self_excluded_widens
()
packages/umap/umap/src/lib.rs:974
Function
test_umap_from_knn_shape
()
packages/umap/umap/src/lib.rs:955
Function
test_umap_from_knn_shape_mismatch
()
packages/umap/umap/src/lib.rs:994
Function
test_umap_from_knn_single_point
()
packages/umap/umap/src/lib.rs:1040
Function
test_umap_random_init
()
packages/umap/umap/src/lib.rs:1059
Function
test_umap_single_point
()
packages/umap/umap/src/lib.rs:1189
Function
test_umap_small_dataset_clamps_neighbors
()
packages/umap/umap/src/lib.rs:1162
Function
test_umap_spectral_init
()
packages/umap/umap/src/lib.rs:1081
Function
test_umap_two_points
()
packages/umap/umap/src/lib.rs:1178
Function
test_underscore_embedder_name
Test that 'sentence_transformers' (underscore) is accepted and normalized. We can't do a full integration test without a real model, so we verify
packages/backend/tests/test_projection.py:336
Function
test_unknown_embedder_name
(text_df, cache_root)
packages/backend/tests/test_projection.py:318
Method
test_unrecognized_defaults_to_image
(self)
packages/backend/tests/test_modality_detection.py:103
Method
test_unweighted_edges
Unweighted (2-tuple) edges should work.
packages/backend/tests/test_pagerank.py:113
Function
test_valid_indices
()
packages/umap/nndescent/tests/test_nn_descent.rs:321
Function
test_vector
(vector_df, cache_root)
packages/backend/tests/test_projection_transformers.py:216
Function
test_vector
(vector_df, cache_root)
packages/backend/tests/test_projection.py:125
Function
test_vector_auto_modality
(vector_df, cache_root)
packages/backend/tests/test_projection_transformers.py:226
Function
test_vector_auto_modality
(vector_df, cache_root)
packages/backend/tests/test_projection.py:136
Method
test_vector_empty_list_falls_through_to_text
(self)
packages/backend/tests/test_modality_detection.py:138
Method
test_vector_list_of_floats
(self)
packages/backend/tests/test_modality_detection.py:130
Method
test_vector_list_of_ints
(self)
packages/backend/tests/test_modality_detection.py:134
Method
test_vector_ndarray
(self)
packages/backend/tests/test_modality_detection.py:126
Function
test_vector_polars
(vector_pl, cache_root)
packages/backend/tests/test_projection.py:390
Function
test_vertex_order_original_indices
()
packages/umap/nndescent/tests/test_nn_descent.rs:440
Function
test_vertex_order_self_query
()
packages/umap/nndescent/tests/test_nn_descent.rs:394
Method
test_very_large_weights
Very large weights should not overflow.
packages/backend/tests/test_pagerank.py:140
Method
test_very_small_weights
Very small weights should not cause division-by-zero.
packages/backend/tests/test_pagerank.py:131
Function
test_visited_table
()
packages/umap/nndescent/src/utils.rs:47
Method
test_wav
(self)
packages/backend/tests/test_modality_detection.py:69
Method
test_webp
(self)
packages/backend/tests/test_modality_detection.py:47
Method
test_weight_sensitivity
Higher weight edge should direct more rank to its target.
packages/backend/tests/test_pagerank.py:324
Function
test_xoshiro_deterministic
()
packages/umap/nndescent/src/rng.rs:230
Function
test_xoshiro_f32_range
()
packages/umap/nndescent/src/rng.rs:239
Function
test_xoshiro_f64_range
()
packages/umap/nndescent/src/rng.rs:252
Function
test_xoshiro_range_i64
()
packages/umap/nndescent/src/rng.rs:265
Function
test_zero_vector_handling
()
packages/umap/nndescent/tests/test_distances.rs:244
Method
test_zero_weight_edges
Zero-weight edges should not cause errors.
packages/backend/tests/test_pagerank.py:259
Function
textSummarizerAdd
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:59
Function
textSummarizerAdd
( key: string, data: { x: ArrayLike<number>; y: ArrayLike<number>; text: ArrayLike<string> }, )
packages/component/src/lib/embedding_view/worker/worker_functions.ts:22
Function
textSummarizerCreate
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:51
Function
textSummarizerCreate
(options: { regions: Rectangle[][]; stopWords?: string[] | null })
packages/component/src/lib/embedding_view/worker/worker_functions.ts:12
Function
textSummarizerDestroy
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:55
Function
textSummarizerDestroy
(key: string)
packages/component/src/lib/embedding_view/worker/worker_functions.ts:18
Function
textSummarizerSummarize
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:63
Function
textSummarizerSummarize
(key: string)
packages/component/src/lib/embedding_view/worker/worker_functions.ts:29
Function
text_df
A simple DataFrame with text data.
packages/backend/tests/test_projection_transformers.py:51
Function
text_df
()
packages/backend/tests/test_projection.py:44
Function
text_df
()
packages/backend/tests/test_projection_litellm.py:45
Function
text_pl
()
packages/backend/tests/test_projection.py:362
Function
throttleTooltip
(func: (input: T) => Promise<U>, isVisible: () => boolean)
packages/component/src/lib/utils.ts:36
Method
totalHeight
(maxY: number)
packages/viewer/src/layouts/dashboard/placement.ts:40
Method
track_concurrency
(x: int)
packages/backend/tests/test_async_map.py:56
Function
transform
(code, id)
packages/utils/vite/index.js:21
Function
transform
(code, id)
packages/backend/vite.config.streamlit.js:7
Function
umap
Run UMAP benchmarks.
packages/umap/benchmark/benchmark/__main__.py:21
← previous
next →
1,401–1,500 of 1,529, ranked by callers