langchain/libs
Christos Boulmpasakos c3bcfad66d
text-splitters[patch]: Extend TextSplitter:keep_separator functionality (#21130)
**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>
2024-05-22 13:17:45 -07:00
..
cli cli[minor]: fix import path for two Astra DB classes in the migration json data (#21926) 2024-05-20 12:25:10 -04:00
community langchain: add RankLLM Reranker (#21171) 2024-05-22 20:12:55 +00:00
core core[patch]: Release 0.2.1 (#22003) 2024-05-22 00:05:04 +00:00
experimental experimental[patch]: Pass enum only to openai in llm graph transformer (#21860) 2024-05-20 15:02:48 -07:00
langchain langchain: added revision_example prompt template (#20916) 2024-05-22 19:57:32 +00:00
partners robocorp: release 0.0.8 (#22034) 2024-05-22 16:41:41 +00:00
standard-tests core, standard tests, partner packages: add test for model params (#21677) 2024-05-17 13:51:26 -04:00
text-splitters text-splitters[patch]: Extend TextSplitter:keep_separator functionality (#21130) 2024-05-22 13:17:45 -07:00