
Pinecone DescribeIndexStats
CertifiedDescribe statistics for a Pinecone index
Pinecone DescribeIndexStats
Describe statistics for a Pinecone index
Returns statistics for a Pinecone index, including the total vector count and the per-namespace vector counts.
type: io.kestra.plugin.pinecone.DescribeIndexStatsExamples
Get index statistics.
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
apiKey *Requiredstring
Pinecone API key
indexName *Requiredstring
Index name
Name of the Pinecone index to operate on.
host string
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).
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
tlsEnabled booleanstring
trueEnable 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).
Outputs
namespaceCounts object
Vector count per namespace
totalVectorCount integer
Total number of vectors across all namespaces