Lance Martin
b023f0c0f2
Text splitter for Markdown files by header ( #5860 )
...
This creates a new kind of text splitter for markdown files.
The user can supply a set of headers that they want to split the file
on.
We define a new text splitter class, `MarkdownHeaderTextSplitter`, that
does a few things:
(1) For each line, it determines the associated set of user-specified
headers
(2) It groups lines with common headers into splits
See notebook for example usage and test cases.
2023-06-12 15:46:42 -07:00
..
2023-06-10 14:38:20 -07:00
2023-06-11 17:59:09 -07:00
2023-06-11 15:51:28 -07:00
2023-06-11 15:51:28 -07:00
2023-06-06 06:51:05 -07:00
2023-05-19 15:28:08 -07:00
2023-06-11 13:23:22 -07:00
2023-06-11 21:14:20 -07:00
2023-06-08 10:44:36 -07:00
2023-06-11 10:09:22 -07:00
2023-06-10 14:39:55 -07:00
2023-05-24 21:54:12 -07:00
2023-06-11 15:51:28 -07:00
2023-06-11 15:51:28 -07:00
2023-06-08 23:21:11 -07:00
2023-06-06 22:00:48 -07:00
2023-06-11 15:51:28 -07:00
2023-06-11 15:45:12 -07:00
2023-06-11 09:48:09 -07:00
2023-06-08 23:15:22 -07:00
2023-06-11 21:15:42 -07:00
2023-05-17 01:28:43 +00:00
2023-06-11 15:51:28 -07:00
2023-05-25 19:13:21 -07:00
2023-04-26 15:11:59 -07:00
2023-04-20 17:01:14 -07:00
2023-06-08 21:15:14 -07:00
2023-05-02 21:52:29 -07:00
2023-04-19 16:18:32 -07:00
2023-06-03 16:48:48 -07:00
2023-05-22 11:55:48 -07:00
2022-12-18 16:22:42 -05:00
2022-11-12 11:22:32 -08:00
2023-04-15 10:50:25 -07:00
2023-04-11 10:52:55 -07:00
2023-06-11 15:51:28 -07:00
2023-02-20 21:15:45 -08:00
2023-05-16 13:26:43 +00:00
2023-06-06 14:22:49 -07:00
2023-06-12 15:46:42 -07:00
2023-06-01 00:01:19 -07:00