plato-tile-split 0.1.0

Text chunking engine — token-aware splitting, overlap, code-aware, semantic boundary detection
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "plato-tile-split"
version = "0.1.0"
edition = "2021"
description = "Text chunking engine — token-aware splitting, overlap, code-aware, semantic boundary detection"
license = "MIT"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"