Files
langchain/docs/modules
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-03 16:48:48 -07:00
2023-06-12 10:57:31 -07:00
2023-06-04 14:29:37 -07:00
2023-01-02 08:24:09 -08:00