Skip to content

[Feature]: Index for scalar fields #86

@heyskylark

Description

@heyskylark

Is there an existing issue for this?

  • 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions