mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +00:00
docs ecosystem/integrations
update 4 (#5590)
# docs `ecosystem/integrations` update 4 Added missed integrations. Fixed inconsistencies. ## Who can review? @hwchase17 @dev2049
This commit is contained in:
20
docs/integrations/spacy.md
Normal file
20
docs/integrations/spacy.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# spaCy
|
||||
|
||||
>[spaCy](https://spacy.io/) is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython.
|
||||
|
||||
## Installation and Setup
|
||||
|
||||
|
||||
```bash
|
||||
pip install spacy
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Text Splitter
|
||||
|
||||
See a [usage example](../modules/indexes/text_splitters/examples/spacy.ipynb).
|
||||
|
||||
```python
|
||||
from langchain.llms import SpacyTextSplitter
|
||||
```
|
Reference in New Issue
Block a user