@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / pinecone / PineconeVectorStoreProps
Properties for a PineconeVectorStore
readonlyconnectionString:string
Connection string for your Pinecone index management page.
readonlycredentialsSecretArn: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/
readonlyoptionalkmsKey:string
If you encrypted your secret, provide the KMS key here so that Bedrock can decrypt it.
readonlymetadataField:string
The name of the field in which Amazon Bedrock stores metadata about the vector store.
readonlyoptionalnamespace:string
Name space that will be used for writing new data to your Pinecone database.
readonlytextField:string
The name of the field in which Amazon Bedrock stores the raw text from your data.