| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
PineconeConfiguration |
PineconeConfiguration.clone() |
PineconeConfiguration |
StorageConfiguration.getPineconeConfiguration()
Contains the storage configuration of the knowledge base in Pinecone.
|
PineconeConfiguration |
PineconeConfiguration.withConnectionString(String connectionString)
The endpoint URL for your index management page.
|
PineconeConfiguration |
PineconeConfiguration.withCredentialsSecretArn(String credentialsSecretArn)
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone
API key.
|
PineconeConfiguration |
PineconeConfiguration.withFieldMapping(PineconeFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
PineconeConfiguration |
PineconeConfiguration.withNamespace(String namespace)
The namespace to be used to write new data to your database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConfiguration.setPineconeConfiguration(PineconeConfiguration pineconeConfiguration)
Contains the storage configuration of the knowledge base in Pinecone.
|
StorageConfiguration |
StorageConfiguration.withPineconeConfiguration(PineconeConfiguration pineconeConfiguration)
Contains the storage configuration of the knowledge base in Pinecone.
|
Copyright © 2024. All rights reserved.