Skip to content

Commit

Permalink
Update rag.md -- remove fancy quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung authored May 1, 2024
1 parent 547a04a commit 38ece9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ingest them into your document index. A typical ingestion flow does the
following:

1. Split up large documents into smaller documents so that only relevant
portions are used to augment your prompts – chunking. This is necessary
portions are used to augment your prompts – "chunking". This is necessary
because many LLMs have a limited context window, making it impractical to
include entire documents with a prompt.

Expand Down

0 comments on commit 38ece9a

Please sign in to comment.