Need to introduce RecursiveCharacterTextSplit functionality of node.js #7624
WrathofBhuvan11
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
Python has module-langchain_text_splitters.character).RecursiveCharacterTextSplitter
(https://api.python.langchain.com/en/latest/_modules/langchain_text_splitters/character.html#RecursiveCharacterTextSplitter)
Splitting text by recursively look at characters.
Recursively tries to split by different characters to find one that works.
I noticed it's not available for node.js. I need to know why it was not added. Also any good equivalent method to write this behaviour from scratch
Motivation
Working on a personal project and encountered this feature difference issue between python and js
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions