Closed AndyVerne closed 1 month ago
Welcome @AndyVerne! It looks like this is your first PR to milvus-io/milvus-docs 🎉
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: AndyVerne, AnthonyTsu1984
The full list of commands accepted by this bot can be found here.
Compressed Sparse Row sparse array('csr_array' object ) DO NOT support slice like
query_embeddings["sparse"][0]
, we should correct it toquery_embeddings["sparse"][0]._getrow(0)