We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7931bd2 commit dca1561Copy full SHA for dca1561
docs/rag.md
@@ -60,7 +60,7 @@ ingest them into your document index. A typical ingestion flow does the
60
following:
61
62
1. Split up large documents into smaller documents so that only relevant
63
- portions are used to augment your prompts – “chunking”. This is necessary
+ portions are used to augment your prompts – "chunking". This is necessary
64
because many LLMs have a limited context window, making it impractical to
65
include entire documents with a prompt.
66
0 commit comments