langchain
d5b16082
- fix markdown text splitter horizontal lines (#5625)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
IlyaMichlin
Parents
25487fa5
Loading