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 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
When incorporating the delete function using the new serverless API, I needed access to the ListResponse type for this function, which will recursively delete all vectors related to a source document:
…stOptions` (#210)
## Problem
We're not exporting the generated `ListResponse` type from the OpenAPI
core. This is limiting for consumers when working with the client:
#209
## Solution
- Export `ListResponse` from `pinecone-generated-ts-fetch`.
- Add docstring for `ListOptions` type.
## Type of Change
- [X] New feature (non-breaking change which adds functionality)
- [X] Non-code change (docs, etc)
## Test Plan
CI unit + integration tests
Is this your first time submitting a feature request?
Describe the feature
When incorporating the delete function using the new serverless API, I needed access to the
ListResponse
type for this function, which will recursively delete all vectors related to a source document:Describe alternatives you've considered
Unfortunately, that
ListResponse
type is not exported from the main package. Instead I had to import the type from the build:Who will this benefit?
Anyone trying to access the type after using the new
index.listPaginated
optionAre you interested in contributing this feature?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: