Skip to content

Have only one pip install for docarray #1111

@Keertiraj

Description

@Keertiraj

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions