-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug]: Why can't ATTU display sparse vector in the UI? #39591
Comments
Maybe later version of attu will support it. Check your attu version. @shanghaikid is there a specific version recommeneded? Also please upgrate milvus to 2.5.4 since we fix some critical issue here |
what is your attu version? the error shows that you are trying to get milvus generated spares vector field which is not allowed to retrieve from milvus. |
We upgraded Milvus 2.4.11 to 2.5.3, not a clean install of Milvus. So probably Attu not upgraded. |
ok, please try the latest attu, it should be good. |
Yes. Attu is updated to 2.5.0 now. Now in the UI sparse vector isn't displayed at all, while the old version displays sparse vectors as one of the fields. Is this intended? |
attu won't display vector generated by milvus. The error shows it. @zhengbuqian can you confirm this? |
/assign @zhengbuqian |
I updated to ATTU 2.5.0. Now only dense vector is displayed, and sparse vector isn't displayed. Just want to confirm whether this is intended. In previous versions, both vectors are displayed. |
maybe we should ignore sparse vector field if data in data out is enabled? |
Yes sparse vector field generated by Milvus BM25 function(introduced in Milvus 2.5) should not be displayed. It is some internal representation and makes little sense to the user. @lingvisa is your sparse vector field the output field of a BM25 Function(as described in https://milvus.io/docs/full-text-search.md#Create-a-collection-for-full-text-search)? if so then it is expected behavior it is not displayed. If the sparse vector is a normal one generated and inserted from the client, then it should be displayed. |
/assign @lingvisa |
closing this due to inactivity, feel free to reopen if necessary |
Is there an existing issue for this?
Environment
Current Behavior
After a collection is created, when I click 'Data', it always fails to load sparse data with an error message as attached. This does't occur in earlier version.
Please see attached.
Expected Behavior
Sparse vector can be displayed correctly along with other fields in ATTU
Steps To Reproduce
Milvus Log
No response
Anything else?
The text was updated successfully, but these errors were encountered: