Open
Description
Is this your first time submitting a feature request?
- I have searched the existing issues, and I could not find an existing issue for this feature
- I am requesting a straightforward extension of existing functionality
Describe the feature
The Pinecone database has the ability to query with metadata filters however the Rust SDK does not offer that. The ability to have filter options like $gt
, $in
... would be very helpful.
Describe alternatives you've considered
There aren't really any other alternatives besides switching languages.
Who will this benefit?
This will greatly benefit all users of the SDK, as the ability to query with metadata filters is essential for many applications and cannot be overlooked.
Are you interested in contributing this feature?
I am happy to contribute
Anything else?
https://docs.pinecone.io/guides/data/query-data#query-with-metadata-filters
https://docs.rs/pinecone-sdk/latest/pinecone_sdk/pinecone/data/struct.Index.html#method.query_by_value
I know this is in alpha, but can we get it to production. I really want to use rust! 🦀