Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization Fails with Multi-Vectors When Vector Counts Differ Across Documents #236

Open
JirkaKlimes opened this issue Sep 26, 2024 · 0 comments

Comments

@JirkaKlimes
Copy link

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant