mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
c3bcfad66d
**Description:** Added extra functionality to `CharacterTextSplitter`, `TextSplitter` classes. The user can select whether to append the separator to the previous chunk with `keep_separator='end' ` or else prepend to the next chunk. Previous functionality prepended by default to next chunk. **Issue:** Fixes #20908 --------- Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_text_splitters.py |