milvus-io / milvus-sdk-go

Go SDK for Milvus.
Apache License 2.0
354 stars 110 forks source link

[Feature]:Support sparse index: SPARSE_INVERTED_INDEX and SPARSE_WAND #708

Closed ThreadDao closed 7 months ago

ThreadDao commented 7 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

Need to support create index for sparse vector. the index type includes SPARSE_INVERTED_INDEX and SPARSE_WAND. Sparse search params also needed to support

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

ThreadDao commented 7 months ago

/assign @congqixia

ThreadDao commented 7 months ago

fixed