milvus-sdk-rust icon indicating copy to clipboard operation
milvus-sdk-rust copied to clipboard

[Feature]: Index for scalar fields

Open heyskylark opened this issue 11 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

Hello,

I've searched through the docs and existing examples and I can't seem to find the implementation for scalar indexes. I tried using create_index on a scalar field, but it failed with Error: Schema(NotVectorField("field_name")), which makes sense since it appears that IndexParams only has fields for embedding indexes.

Does the rust SDK currently have indexing for scalars? If not, is there plan to add that eventually?

Thanks! Brandon

Describe the solution you'd like.

A type to create scalar indexes.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

heyskylark avatar Mar 20 '24 05:03 heyskylark