Skip to content

Commit

Permalink
Update chunkers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Oct 4, 2024
1 parent 27e4262 commit f99d5cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/griptape-framework/data/chunkers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ Here is how to use a chunker:
```python
--8<-- "docs/griptape-framework/data/src/chunkers_1.py"
```

The most common use of a Chunker is to split up a long text into smaller chunks for inserting into a Vector Database when doing Retrieval Augmented Generation (RAG).

See [RagEngine](../../griptape-framework/engines/rag-engines.md) for more information on how to use Chunkers in RAG pipelines.

0 comments on commit f99d5cd

Please sign in to comment.