DocArray 0.19.1 Update

DocArray is a library for nested, unstructured, multimodal data in transit, including text, image, audio, video, 3D mesh, etc

DocArray logo over a space-themed background with text "What's new in 0.19.1?" and "DILF AI & DATA SANDBOX PROJECT"

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 the multi-modal data with a Pythonic API.

๐Ÿ’ก
DocArray is the common data layer used in all Jina AI products.
Release ๐Ÿ’ซ Patch v0.19.1 ยท docarray/docarray
Release note 0.19.1This release contains 1 hot fix.๐Ÿž Hot FixSupport for new Jina AI Cloud namespace format.This release introduces namespaces when pushing/pulling DocumentArrays to/from Jina AI...

Release Note (0.19.1)

This release contains 1 hot fix.

๐Ÿ”ฅ Hot Fix

Support for new Jina AI Cloud namespace format.

This release introduces namespaces when pushing/pulling DocumentArrays to/from Jina AI Cloud:

from docarray import DocumentArray

DocumentArray.pull('<username>/<da-name>')
DocumentArray.push('<username>/<da-name>')

You should now use a namespace when accessing an artifact. This release fixes a bug related to this namespace in DocArray.

๐Ÿค˜ Contributors