langchain/libs/text-splitters/langchain_text_splitters
blueoom d895614d19
text_splitters: add request parameters for function HTMLHeaderTextSplitter.split_text… (#24178)
**Description:**

The `split_text_from_url` method of `HTMLHeaderTextSplitter` does not
include parameters like `timeout` when using `requests` to send a
request. Therefore, I suggest adding a `kwargs` parameter to the
function, which can be passed as arguments to `requests.get()`
internally, allowing control over the `get` request.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-07-15 16:43:56 +00:00
..
xsl text-splitters[minor]: Adding a new section aware splitter to langchain (#16526) 2024-04-01 20:32:26 +00:00
__init__.py text-splitters[minor]: Adding a new section aware splitter to langchain (#16526) 2024-04-01 20:32:26 +00:00
base.py Community[minor]: Add language parser for Elixir (#22742) 2024-06-10 15:56:57 +00:00
character.py docs: Spell check fixes (#24217) 2024-07-15 15:51:43 +00:00
html.py text_splitters: add request parameters for function HTMLHeaderTextSplitter.split_text… (#24178) 2024-07-15 16:43:56 +00:00
json.py text-splitters: Fix/recursive json splitter data persistence issue (#21529) 2024-06-18 20:21:55 -07:00
konlpy.py
latex.py
markdown.py text-splitters: Introduce Experimental Markdown Syntax Splitter (#22257) 2024-06-18 19:44:00 -07:00
nltk.py
py.typed
python.py
sentence_transformers.py
spacy.py