langchain
d5b16082 - fix markdown text splitter horizontal lines (#5625)

Commit
2 years ago
fix markdown text splitter horizontal lines (#5625) Fixes #5614 #### Issue The `***` combination produces an exception when used as a seperator in `re.split`. Instead `\*\*\*` should be used for regex exprations. #### Who can review? @eyurtsev
Author
Parents
Loading