Files
langchain/docs
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-08 23:05:57 -07:00
2023-06-11 19:32:24 -07:00
2023-05-30 18:47:06 -07:00
2022-10-24 14:51:15 -07:00
2023-03-30 08:20:30 -07:00