PineconeConfiguration¶
Structure Class¶
PineconeConfiguration
dataclass
¶
Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.
Attributes¶
connection_string
instance-attribute
¶
connection_string: str
The endpoint URL for your index management page.
credentials_secret_arn
instance-attribute
¶
credentials_secret_arn: str
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
field_mapping
instance-attribute
¶
field_mapping: PineconeFieldMapping
Contains the names of the fields to which to map information about the vector store.
namespace
class-attribute
instance-attribute
¶
namespace: str | None = None
The namespace to be used to write new data to your database.