Skip to content

Commit 10e98b1

Browse files
committed
render readme
1 parent 7ab4b41 commit 10e98b1

5 files changed

Lines changed: 172 additions & 213 deletions

File tree

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ scratch*
33
inst/doc
44
*ragnar.duckdb
55
docs
6-
_chats/
7-
*chat.Rmd
86
.claude
9-
**/.claude/settings.local.json
107
_chats/
11-
*chat.Rmd
8+
*chat.Rmd

README.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ knitr::opts_chunk$set(
1515
fig.path = "man/figures/README-",
1616
out.width = "100%"
1717
)
18+
unlink("r4ds.ragnar.duckdb")
1819
```
1920

2021
# ragnar <img src="man/figures/logo.png" align="right" height="138"/>
@@ -58,7 +59,7 @@ Key functions:
5859

5960
Next we divide each document into chunks. Ragnar defaults to a strategy
6061
that preserves some of the semantics of the document, but provide plenty
61-
of options to tweak the approach.
62+
of opportunities to tweak the approach.
6263

6364
Key functions:
6465

@@ -73,9 +74,9 @@ Key functions:
7374

7475
RAG applications benefit from augmenting text chunks with additional
7576
context, such as document headings and subheadings. `ragnar` makes it
76-
easy to associate headings and subheadings as part of chunking, which
77-
can then be used to support template-based augmentation. (See examples
78-
below)
77+
easy to keep track of headings and subheadings as part of chunking,
78+
which can then be used to support template-based augmentation. (See
79+
examples below)
7980

8081
Key functions:
8182

0 commit comments

Comments
 (0)