LangChain - Text Splitting
You wrote this code for semantic chunking but get an error:
chunks = chunk_text(text, chunk_size=100, chunk_overlap=150)What is the likely cause of the error?
