From 787af0ef74daa3af35a66ed9bff118e9e7e41e1e Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Wed, 16 Nov 2022 18:28:58 +0100 Subject: [PATCH] docs: fix broken docs Signed-off-by: Joan Fontanals --- docs/get-started/what-is.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/get-started/what-is.md b/docs/get-started/what-is.md index 7cf6ae1596b..7426219f858 100644 --- a/docs/get-started/what-is.md +++ b/docs/get-started/what-is.md @@ -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`. - -======= ->>>>>>> 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: