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.
2 parents 8be3dbe + 54adbff commit 3dd66f5Copy full SHA for 3dd66f5
1 file changed
IMPORTERS_EXPORTERS.md
@@ -46,7 +46,7 @@ Essentially, data importing is divided into two parts:
46
- Splitters - The chunking algorithms applied to each file, these can be:
47
- fixed size chunking (also known as dumb chunking)
48
- rabin fingerprinting
49
- - dedicated format chunking, these require knowledge of the format and typically only work with certain time of files (e.g. video, audio, images, etc)
+ - dedicated format chunking, these require knowledge of the format and typically only work with certain type of files (e.g. video, audio, images, etc)
50
- special data structures chunking, formats like, tar, pdf, doc, container and/org vm images fall into this category
51
52
### Goals
0 commit comments