erlexec
erlexec copied to clipboard
Represent, send, store and search multimodal data
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
@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...
Depends on #358