-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 907 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(backend_config)
export(backend_embed_texts)
export(backend_info)
export(backend_read)
export(backend_save)
export(backend_specter2_tei)
export(batch_collect_openai)
export(batch_status_openai)
export(batch_submit_openai)
export(calibrate_threshold)
export(clean_abstract_for_embedding)
export(demo_finalize_openai_batch)
export(distance_cosine)
export(distance_reference_cosine)
export(distance_ridge)
export(embed_corpus)
export(embed_texts)
export(fit_ridge)
export(plot_embeddings_pca)
export(plot_embeddings_umap)
export(run_demo_openai)
export(run_demo_openalex)
export(score_reference_cosine)
export(score_ridge)
export(similarity_cosine)
importFrom(arrow,Scanner)
importFrom(arrow,open_dataset)
importFrom(dplyr,all_of)
importFrom(dplyr,collect)
importFrom(dplyr,inner_join)
importFrom(dplyr,select)
importFrom(stats,prcomp)
importFrom(uwot,umap)