Is your feature request related to a problem? Please describe.
As of now, there are below 3 pip installs for docarray:
pip install docarray
pip install "docarray[common]"
pip install "docarray[full]"
These options allow the users to choose the right install based in the usecase and save the bandwidth. However, these 3 options are not necessary for the user, in the early phase, when the user is focusing on understanding our product. These 3 options could be deviating the user from primary goal of understanding the product.
Describe the solution you'd like
In the docarray documentation, allow only one pip install, which downloads all the required python packages. There can be a separate page describing the different pip install options based on the usecase(However, this will be the for later focus, when the user has tried Jina solution completely)
Is your feature request related to a problem? Please describe.
As of now, there are below 3 pip installs for docarray:
These options allow the users to choose the right install based in the usecase and save the bandwidth. However, these 3 options are not necessary for the user, in the early phase, when the user is focusing on understanding our product. These 3 options could be deviating the user from primary goal of understanding the product.
Describe the solution you'd like
In the docarray documentation, allow only one pip install, which downloads all the required python packages. There can be a separate page describing the different pip install options based on the usecase(However, this will be the for later focus, when the user has tried Jina solution completely)