-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 974 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 974 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
Package: ragcat
Title: Build RAG Stores from ServCat, Local Source Files, and Websites
Version: 0.0.0.1
Authors@R: person("McCrea", "Cobb", email = "mccrea_cobb@fws.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9412-1468"))
Description: Tools for discovering ServCat references, downloading associated files,
screening ServCat and local files by topic-specific keywords, and building
DuckDB-backed retrieval-augmented generation stores with ragnar. The package
also provides helpers for retrieving context and saving structured RAG answers.
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
cli,
DBI,
dplyr,
jsonlite,
purrr,
ragnar,
readr,
stringr,
tibble,
ellmer
Remotes:
USFWS/servcat
URL: https://USFWS.github.io/ragcat/, https://github.com/USFWS/ragcat, https://usfws.github.io/ragcat/
BugReports: https://github.com/USFWS/ragcat/issues