Adding milvus/zilliz into docs (#2686)

Adding Milvus and Zilliz to integrations.md and creating an ecosystems
doc for Zilliz.

Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
This commit is contained in:
Filip Haltmayer
2023-04-10 18:08:41 -07:00
committed by GitHub
parent 90d5328eda
commit b286d0e63f
2 changed files with 27 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ The following use cases require specific installs and api keys:
- _LlamaCpp_:
- Install requirements with `pip install llama-cpp-python`
- Download model and convert following [llama.cpp instructions](https://github.com/ggerganov/llama.cpp)
- _Milvus_:
- Install requirements with `pip install pymilvus`
- In order to setup a local cluster, take a look [here](https://milvus.io/docs).
- _Zilliz_:
- Install requirements with `pip install pymilvus`
- To get up and running, take a look [here](https://zilliz.com/doc/quick_start).
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`.