File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33inst /doc
44* ragnar.duckdb
55docs
6- _chats /
7- * chat.Rmd
86.claude
9- ** /.claude /settings.local.json
107_chats /
11- * chat.Rmd
8+ * chat.Rmd
Original file line number Diff line number Diff 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
5960Next we divide each document into chunks. Ragnar defaults to a strategy
6061that 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
6364Key functions:
6465
@@ -73,9 +74,9 @@ Key functions:
7374
7475RAG applications benefit from augmenting text chunks with additional
7576context, 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
8081Key functions:
8182
You can’t perform that action at this time.
0 commit comments