Pinecone DescribeIndexStats

Pinecone DescribeIndexStats

Certified

Describe statistics for a Pinecone index

Returns statistics for a Pinecone index, including the total vector count and the per-namespace vector counts.

yaml
type: io.kestra.plugin.pinecone.DescribeIndexStats

Get index statistics.

yaml
id: pinecone_describe_index_stats
namespace: company.team

tasks:
  - id: stats
    type: io.kestra.plugin.pinecone.DescribeIndexStats
    apiKey: "{{ secret('PINECONE_API_KEY') }}"
    indexName: my-embeddings
Properties

Pinecone API key

Index name

Name of the Pinecone index to operate on.

Control-plane host override

Optional URL override for the Pinecone control-plane API. Defaults to https://api.pinecone.io when unset. Set this to point to a local emulator (e.g. http://localhost: 5080).

Reference (ref) of the pluginDefaults to apply to this task.

Defaulttrue

Enable TLS for gRPC data-plane connections

Set to false when connecting to a local emulator that does not support TLS. Defaults to true (production Pinecone always requires TLS).

SubTypeinteger

Vector count per namespace

Total number of vectors across all namespaces