Skip to content

Commit

Permalink
Add experimental LateChunker to README with description
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavnicksm committed Dec 21, 2024
1 parent d3bd58d commit 76bb237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Chonkie provides several chunkers to help you split your text efficiently for RA
- **SentenceChunker**: Splits text into chunks based on sentences.
- **SemanticChunker**: Splits text into chunks based on semantic similarity.
- **SDPMChunker**: Splits text using a Semantic Double-Pass Merge approach.
- **LateChunker (experimental)**: Embeds text and then splits it to have better chunk embeddings.

More on these methods and the approaches taken inside the [DOCS](https://docs.chonkie.ai)

Expand Down

0 comments on commit 76bb237

Please sign in to comment.