OptionaladditionalOptional additional HTTP headers to include with each request to the index.
OptionalhostThe host URL to use for data operations against this index. If not provided,
the host URL will be automatically resolved by calling describeIndex() using the name.
You can find your index host in the Pinecone console or by using describeIndex().
OptionalnameThe name of the index to target. Required unless host is provided.
OptionalnamespaceThe namespace to target within the index. If not specified, operations will be performed
on the default namespace ''.
Options for targeting an index for data operations.
You must provide either
nameorhost(or both). If onlyhostis provided, the SDK will perform data operations directly against that host without callingdescribeIndex()to resolve it.