Skip to content

Commit 7565b6d

Browse files
authored
chore(v2): update for release (#875)
* chore: update readme with instal intrsuction Signed-off-by: Sami Jaghouar <sami.jaghouar@hotmail.fr> * chore: update for release Signed-off-by: Sami Jaghouar <sami.jaghouar@hotmail.fr> Signed-off-by: Sami Jaghouar <sami.jaghouar@hotmail.fr>
1 parent 89c9d7f commit 7565b6d

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,17 @@ match = store.find(
249249
match = store.find(Image(embedding=np.zeros((128,))), field='text__embedding', top_k=10)
250250
```
251251

252+
## Install the alpha
253+
254+
to try out the alpha you can install it via git:
255+
```shell
256+
pip install "git+https://github.com/docarray/docarra@alphav2-0.1#egg=docarray[common,torch,image]"
257+
```
258+
or from the latest development branch
259+
```shell
260+
pip install "git+https://github.com/docarray/docarray@feat-rewrite-v2#egg=docarray[common,torch,image]"
261+
```
262+
252263
## Further reading
253264

254265
- [V2 announcement blog post](https://github.com/docarray/notes/blob/main/blog/01-announcement.md)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "docarray"
3-
version = '0.1.0'
3+
version = '2022.11.29.alpha'
44
description='The data structure for unstructured data'
5-
authors=['Jina AI']
5+
authors=['DocArray']
66
license='Apache 2.0'
77

88
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)