Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] fetch() with metadata filtering query #295

Open
2 tasks done
deven298 opened this issue Jan 22, 2024 · 0 comments
Open
2 tasks done

[Feature] fetch() with metadata filtering query #295

deven298 opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@deven298
Copy link

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 client functionality

Describe the feature

Currently the fetch() method only allows fetching data from the index based on ids. It will be great to be able to fetch data using query filters (for ex: query={"genre": {"eq": ["documentary"]}}). This will improve the visibility in the index and namespaces.

Describe alternatives you've considered

Currently there is no alternative on doing this. Other than to fetch all the records and then do the filtering locally. This is not scalable and have very high latency as the index grows.

Who will this benefit?

This will improve the visibility of data in PineconeDB index

Are you interested in contributing this feature?

No response

Anything else?

No response

@deven298 deven298 added the enhancement New feature or request label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant