DeleteVectors

DeleteVectors

Certified

Delete vectors from a Pinecone index

yaml
type: io.kestra.plugin.pinecone.DeleteVectors
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
SubTypestring
Defaulttrue