Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/get-started/what-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ In DocArray, the basic element you work with is a Document, not `ndarray`. The s

## To Jina Users

<<<<<<< Updated upstream
DocArray focuses on local and monolith developer experience. Jina scales DocArray to the Cloud. More details on their relations can be {ref}`found here<jina-support>`.

=======
>>>>>>> Stashed changes
Jina 2.0-2.6 *kind of* had its own "DocArray", with very a similar `Document` and `DocumentArray` interface. However, it was an old design and codebase. Since then, many redesigns and improvements have been made to boost its efficiency, usability and portability. DocArray is now an independent package that other frameworks such as Jina 3.x and Finetuner rely on.

The first good reason to use DocArray is its efficiency. Here is a side-by-side speed comparison of Jina 2.6 vs. DocArray on some common tasks:
Expand Down