You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: