-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
103 lines (102 loc) · 3.08 KB
/
NAMESPACE
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(embed_bedrock)
export(embed_ollama)
export(embed_openai)
export(markdown_frame)
export(markdown_segment)
export(ragnar_chunk)
export(ragnar_chunk_segments)
export(ragnar_find_links)
export(ragnar_read)
export(ragnar_read_document)
export(ragnar_register_tool_retrieve)
export(ragnar_retrieve)
export(ragnar_retrieve_bm25)
export(ragnar_retrieve_vss)
export(ragnar_retrieve_vss_and_bm25)
export(ragnar_segment)
export(ragnar_store_build_index)
export(ragnar_store_connect)
export(ragnar_store_create)
export(ragnar_store_insert)
export(ragnar_store_update)
export(read_as_markdown)
import(S7)
import(rlang)
importFrom(DBI,dbConnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbExistsTable)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbListTables)
importFrom(DBI,dbQuoteString)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbWriteTable)
importFrom(dotty,.)
importFrom(dplyr,bind_rows)
importFrom(glue,as_glue)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_url_path_append)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(methods,is)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stringi,stri_c)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_endswith_fixed)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_extract_last_regex)
importFrom(stringi,stri_flatten)
importFrom(stringi,stri_length)
importFrom(stringi,stri_locate_all_boundaries)
importFrom(stringi,stri_locate_all_fixed)
importFrom(stringi,stri_match_first_regex)
importFrom(stringi,stri_numbytes)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_first_regex)
importFrom(stringi,stri_replace_last_regex)
importFrom(stringi,stri_replace_na)
importFrom(stringi,stri_split_charclass)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_lines)
importFrom(stringi,stri_split_lines1)
importFrom(stringi,stri_startswith_charclass)
importFrom(stringi,stri_startswith_fixed)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_trim_both)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unchop)
importFrom(vctrs,data_frame)
importFrom(vctrs,list_unchop)
importFrom(vctrs,new_data_frame)
importFrom(vctrs,vec_c)
importFrom(vctrs,vec_cbind)
importFrom(vctrs,vec_chop)
importFrom(vctrs,vec_fill_missing)
importFrom(vctrs,vec_locate_matches)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_slice)
importFrom(vctrs,vec_split)
importFrom(vctrs,vec_unique)
importFrom(xml2,url_absolute)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_name)
importFrom(xml2,xml_text)
importFrom(xml2,xml_url)
useDynLib(ragnar, .registration = TRUE)