text-splitter 0.27.0

Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'semantic-text-splitter'
copyright = '2023-2025, Ben Brandt'
author = 'Ben Brandt'

# -- General configuration ------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

language = 'en'