Harrison/deeplake (#1316)

Co-authored-by: Davit Buniatyan <d@activeloop.ai>
This commit is contained in:
Harrison Chase
2023-02-26 22:35:04 -08:00
committed by GitHub
parent aaad6cc954
commit 166cda2cc6
9 changed files with 811 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ The following use cases require specific installs and api keys:
- _OpenSearch_:
- Install requirements with `pip install opensearch-py`
- If you want to set up OpenSearch on your local, [here](https://opensearch.org/docs/latest/)
- _DeepLake_:
- Install requirements with `pip install deeplake`
If you are using the `NLTKTextSplitter` or the `SpacyTextSplitter`, you will also need to install the appropriate models. For example, if you want to use the `SpacyTextSplitter`, you will need to install the `en_core_web_sm` model with `python -m spacy download en_core_web_sm`. Similarly, if you want to use the `NLTKTextSplitter`, you will need to install the `punkt` model with `python -m nltk.downloader punkt`.