DeleteVectors
Certified
Delete vectors from a Pinecone index
DeleteVectors
Certified
Delete vectors from a Pinecone index
yaml
type: io.kestra.plugin.pinecone.DeleteVectorsExamples
yaml
id: pinecone_delete_vectors
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.pinecone.DeleteVectors
apiKey: "{{ secret('PINECONE_API_KEY') }}"
indexName: my-embeddings
namespace: my-namespace
ids:
- vec1
- vec2
yaml
id: pinecone_delete_all
namespace: company.team
tasks:
- id: delete_all
type: io.kestra.plugin.pinecone.DeleteVectors
apiKey: "{{ secret('PINECONE_API_KEY') }}"
indexName: my-embeddings
namespace: my-namespace
deleteAll: true
Properties
apiKey *Requiredstring
indexName *Requiredstring
deleteAll booleanstring
host string
ids array
SubTypestring
namespace string
tlsEnabled booleanstring
Default
true