@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / pinecone / PineconeVectorStoreProps
Properties for a PineconeVectorStore
readonly
connectionString:string
Connection string for your Pinecone index management page.
readonly
credentialsSecretArn:string
ARN of the secret containing the API Key to use when connecting to the Pinecone database. Learn more in the link below.
https://www.pinecone.io/blog/amazon-bedrock-integration/
readonly
optional
kmsKey:string
If you encrypted your secret, provide the KMS key here so that Bedrock can decrypt it.
readonly
metadataField:string
The name of the field in which Amazon Bedrock stores metadata about the vector store.
readonly
optional
namespace:string
Name space that will be used for writing new data to your Pinecone database.
readonly
textField:string
The name of the field in which Amazon Bedrock stores the raw text from your data.