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

Add a dataType for Documents that only hold `Embedding`

closes #360 Assumes #359 was already merged. I **did not** rebase this on the other branch or merge the other one in here, as I want to leave this to...

Goals: - reuse code for both random dataset and real dataset benchmarking

area/housekeeping
area/testing
area/core
component/document
component/array
area/docs
area/entrypoint
size/l

@jjlatval mentioned that providing `None` value in columns can cause unnexpected behaviours. The following snippet can be executed ```python from docarray import Document, DocumentArray DA_CONFIG = { "storage": "weaviate", "config":...

We want to introduce a new pattern in DocArray where, in case we use an upstream dependency, we do not try to expose all of its parameters, but instead, expose...