Unstructured-IO / unstructured-api

Apache License 2.0
446 stars 101 forks source link

feat(chunking): add basic chunking and overlap #349

Closed scanny closed 5 months ago

scanny commented 6 months ago

Summary So-called "basic" chunking was recently added to the unstructured library as an alternative to the by_title chunking strategy. Along with that new strategy, support for overlap was added. This commit adds those options to the REST API.