You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run visualization in the Qdrant Web UI using multi-vectors (i.e., a 2D array or multiple same-sized vectors for a single document), the visualization process fails if the number of vectors varies across multiple documents. In my use case, each document contains multiple keys, each associated with an embedding. To simplify the data structure and avoid duplication, I consolidate all embeddings into a single document using multi-vectors. However, this approach leads to a visualization error.
Error Message
Uncaught Error: various array lengths
at f.from (worker-04da1bf4.js:1:2335)
at new lt (worker-04da1bf4.js:8:6386)
at new ht (worker-04da1bf4.js:8:7629)
at self.onmessage (worker-04da1bf4.js:8:18187)
Please let me know if any further information is required to resolve this issue.
The text was updated successfully, but these errors were encountered:
Description
When attempting to run visualization in the Qdrant Web UI using multi-vectors (i.e., a 2D array or multiple same-sized vectors for a single document), the visualization process fails if the number of vectors varies across multiple documents. In my use case, each document contains multiple keys, each associated with an embedding. To simplify the data structure and avoid duplication, I consolidate all embeddings into a single document using multi-vectors. However, this approach leads to a visualization error.
Error Message
Please let me know if any further information is required to resolve this issue.
The text was updated successfully, but these errors were encountered: