Required parameters

When deploying the RAG Query Pinecone [Technical Preview] ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.

Table 1. RAG Query Pinecone [Technical Preview] ReadyFlow configuration parameters
Parameter name Description
AWS Access Key ID Specify the AWS access key ID.
AWS Region Specify the AWS region.
AWS Secret Access Key Specify the AWS secret access key.
Bedrock Model Name Specify the Bedrock model name. The default model is 'Anthropic - Claude Text Generation'.
OpenAI API Key Specify the API key used to authenticate to OpenAI.
OpenAI Model Name Specify the OpenAI model name to use for embedding the data.

The default model is 'text-embedding-ada-002'.

Pinecone API Key Specify the API key used to authenticate to Pinecone.
Pinecone Environment Pinecone no longer requires the environment to connect, but you still need to provide a value for this parameter for the deployment to succeed as the related property in the Pinecone processor is required.
Pinecone Index Specify the name of the Pinecone index. To ensure correct functionality of this ReadyFlow, make sure your Pinecone index has been created with the same dimension as the 'text-embedding-ada-002' model (1536).
User Query Specify the question to include in the Bedrock prompt.