milvus-io / milvus-sdk-go

Go SDK for Milvus.
Apache License 2.0
330 stars 105 forks source link

[Feature]: Need to support hybrid search with offset #718

Closed ThreadDao closed 5 months ago

ThreadDao commented 5 months ago

Is there an existing issue for this?

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

need to support: Hybrid search with offset

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

ThreadDao commented 5 months ago

/assign @congqixia

congqixia commented 5 months ago

NewANNSearchRequest could set offset and limit

ThreadDao commented 5 months ago

fixed