Skip to content

Commit

Permalink
docs: adds link to image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Mar 1, 2024
1 parent aa0c1dd commit 2227396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { FixedChunker, NLPChunker } from 'jsr:@orama/chunker'

Orama Chunker is really easy to use. First of all, you have to decide which chunking strategy you want to adopt.

![Chunking Strategies](/misc/chunking-strategies.png)
![[Chunking Strategies](/misc/chunking-strategies.png)](https://raw.githubusercontent.com/askorama/chunker/main/misc/chunking-strategies.png)

The **Fixed Chunker** will divide your input text into several pieces of a specified size. It does not consider the semantics of your input text, as its sole purpose is to divide the text and ensure that each piece contains a maximum number of tokens. It is slightly faster and lighter as it requires fewer computations to determine the chunking strategy.

Expand Down

0 comments on commit 2227396

Please sign in to comment.