-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.41 KB
/
DESCRIPTION
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
Package: ragnar
Title: Retrieval-Augmented Generation (RAG) Workflows
Version: 0.0.0.9000
Authors@R:
person("Tomasz", "Kalinowski", , "[email protected]", role = c("aut", "cre"))
Description: Provides tools for implementing Retrieval-Augmented Generation
(RAG) workflows with Large Language Models (LLMs). Includes functions for
document processing, text chunking, embedding generation, storage
management, and content retrieval. Supports various document types and
embedding providers ('Ollama', 'OpenAI'), with 'DuckDB' as the default
storage backend. Integrates with the 'ellmer' package to equip chat objects
with retrieval capabilities. Designed to offer both sensible defaults and
customization options with transparent access to intermediate outputs.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
DBI,
duckdb,
glue,
rlang (>= 1.1.0),
dplyr,
httr2,
rvest,
stringi,
tibble,
vctrs,
tidyr,
xml2,
methods,
S7,
reticulate (>= 1.42.0),
commonmark,
blob,
cli,
curl,
withr,
dotty
Suggests:
pandoc,
ellmer,
knitr,
readr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
paws.common,
shiny
Config/Needs/website: tidyverse/tidytemplate, rmarkdown
Config/testthat/edition: 3
Remotes:
rstudio/reticulate
URL: https://tidyverse.github.io/ragnar/