milvus-io / milvus-docs

This repository is for Milvus technical documentation update and maintenance. Visit Milvus.io for fully rendered technical documents.
Apache License 2.0
73 stars 315 forks source link

fix: Update hybrid_search_with_milvus.md, 'csr_array' object does not support slice yet #2782

Closed AndyVerne closed 1 month ago

AndyVerne commented 2 months ago

Compressed Sparse Row sparse array('csr_array' object ) DO NOT support slice like query_embeddings["sparse"][0], we should correct it to query_embeddings["sparse"][0]._getrow(0)

sre-ci-robot commented 2 months ago

Welcome @AndyVerne! It looks like this is your first PR to milvus-io/milvus-docs 🎉

sre-ci-robot commented 1 month ago

[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.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/milvus-io/milvus-docs/blob/v2.4.x/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment