From c3741f7c6b2d37e98cfc6fe9ab47ed084badf4f0 Mon Sep 17 00:00:00 2001 From: samsja Date: Wed, 26 Apr 2023 15:05:09 +0200 Subject: [PATCH 1/2] chore: update reamde to poin to the legacy documentation Signed-off-by: samsja --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 820701f9b8d..b38d6398c9d 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ -> ⬆️ **DocArray v2**: We are currently working on v2 of DocArray. Keep reading here if you are interested in the -> current (stable) version, or check out the [v2 alpha branch](https://github.com/docarray/docarray/tree/feat-rewrite-v2#readme) -> and [v2 roadmap](https://github.com/docarray/docarray/issues/780)! +> ⬆️ **DocArray v2**: This is the legacy version of DocArray, a.k.a DocArray v1 fixe branch +> to check out the current version: [DocArray v1](https://github.com/docarray/docarray) +> Legacy documentation can be found here: [DocArray v1](https://docarray.jina.ai/) + + DocArray is a library for nested, unstructured, multimodal data in transit, including text, image, audio, video, 3D mesh, etc. It allows deep-learning engineers to efficiently process, embed, search, recommend, store, and transfer multimodal data with a Pythonic API. From ab574e49a9a53427e7a49c1d3374dea371fee8cb Mon Sep 17 00:00:00 2001 From: samsja Date: Wed, 26 Apr 2023 15:05:42 +0200 Subject: [PATCH 2/2] chore: update reamde to poin to the legacy documentation Signed-off-by: samsja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b38d6398c9d..83da7d1019c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ > ⬆️ **DocArray v2**: This is the legacy version of DocArray, a.k.a DocArray v1 fixe branch -> to check out the current version: [DocArray v1](https://github.com/docarray/docarray) +> to check out the current version: [DocArray v2](https://github.com/docarray/docarray) > Legacy documentation can be found here: [DocArray v1](https://docarray.jina.ai/)