FetchVectors

FetchVectors

Certified

Fetch vectors by ID from a Pinecone index

yaml
type: io.kestra.plugin.pinecone.FetchVectors
yaml
id: pinecone_fetch_vectors
namespace: company.team

tasks:
  - id: fetch
    type: io.kestra.plugin.pinecone.FetchVectors
    apiKey: "{{ secret('PINECONE_API_KEY') }}"
    indexName: my-embeddings
    namespace: my-namespace
    ids:
      - vec1
      - vec2
Properties
SubTypestring
Defaulttrue
SubTypeobject