mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
docs: text splitters readme (#18359)
This commit is contained in:
parent
0d7fb5f60a
commit
f220af3dce
@ -1,6 +1,6 @@
|
||||
# 🦜✂️ LangChain Text Splitters
|
||||
|
||||
[](https://pepy.tech/project/langchain_text_splitters)
|
||||
[](https://pepy.tech/project/langchain_text_splitters)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
## Quick Install
|
||||
@ -11,9 +11,10 @@ pip install langchain-text-splitters
|
||||
|
||||
## What is it?
|
||||
|
||||
LangChain Text Splitters contains
|
||||
LangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents.
|
||||
|
||||
For full documentation see the [API reference](https://api.python.langchain.com/en/stable/text_splitters_api_reference.html).
|
||||
For full documentation see the [API reference](https://api.python.langchain.com/en/stable/text_splitters_api_reference.html)
|
||||
and the [Text Splitters](https://python.langchain.com/docs/modules/data_connection/document_transformers/) module in the main docs.
|
||||
|
||||
## 📕 Releases & Versioning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user