erlexec icon indicating copy to clipboard operation
erlexec copied to clipboard

Represent, send, store and search multimodal data

Results 58 erlexec issues
Sort by recently updated
recently updated
newest added

Before 1.0, all new features and breaking changes will only bump the minor version. That also means the list below will only mention those features/breaking changes that are necessary for...

Refactor `scripts/benchmarking.py` in order to use a dataset instead of using randomly generated data

Are you using DocArray in your software/library/company? Share it with us. 🙌 We will link in our README & docs to you | | | | --- | ---| |...

Hi, this library is very close to what I've been thinking about for quite a while now: how to standardize data types for ML use. I haven't dug too much...

Goals: Capture properly Exceptions from `load_to_uri*` methods and allow to pass extra keyword arguments as `timeout`

area/core
component/document
size/s

Title generated by GPT3 Source: https://jina-ai.slack.com/archives/C0169V26ATY/p1663780772405119 Please consult the original message for more details. I will not follow the thread. --- We are using the load_uri_to_image_tensor to load images from...

🫶 raised-by-community

And use markdown editor or whatever you want to edit the release note # Release Note [//]: (remove the phrase like "0 new features") This release contains 7 new features,...

# context ATM we could not read from a database which has been setup with sub indices. This pr fix this (original issue [here](https://github.com/jina-ai/docarray/issues/555) ) ```python from docarray import Document,...

area/core
component/array
size/xs

# context Loading a docarray from a database which is setup with subindices does not work #555 example : ```python from docarray import Document, DocumentArray, dataclass from docarray.typing import Image,...

🫶 raised-by-community

**Goals** Reduce operation may be too complex to allow the typical use cases of merging matches of different shards. Investigate options to optimize it.