| [ Web Proxy ] |
| Viewing: https://docs.docarray.org/API_reference/array/../../../data_types/image/../../../user_guide/intro/ | [Back] [Original] |
This user guide shows you how to use DocArray with most of its features.
There are three main sections:
You should start by reading the Representing data section, and then the Sending data and Storing data sections can be read in any order.
You will first need to install DocArray in your Python environment.
To install DocArray, you can use the following command:
This will install the main dependencies of DocArray and will work with all the supported data modalities.
Note
To install a very light version of DocArray with only the core dependencies, you can use the following command:
If you want to use protobuf and DocArray, you can run:
Depending on your usage you might want to use DocArray with only a couple of specific modalities and their dependencies.
For instance, if you only want to work with images, you can install DocArray using the following command:
...or with images and audio:
| Web Proxy Viewer | New URL | Original Page |