I am trying to do a text chunking by LangChain's RecursiveCharacterTextSplitter model. I have install langchain(pip install langchain[all]), but the program still report there is no RecursiveCharacterTextSplitter package. I use from langchain.text_splitter import RecursiveCharacterTextSplitter I tried to find something on the python file of langchain and get nothing helpful. Anyone meet the same problem? Thank you for your time!
If anyone knows how to solve it, that will be great.