Hey there
I’m using AWS Bedrock Knowledge base with Pinecone vector database.
All was working well when I’m syncing by datasource with s3, but after a while, clicking on the “Sync” button again from AWS Console returned me an error in a red popup notification:
There are no change on the Connection string and Credentials secret ARN values.
Could you help me to understand please?
Hi @tegomassria and welcome to the Pinecone community forums!
Thank you for your question and sorry you’re encountering this issue.
Is this issue persisting still or is it intermittent?
Can you try looking into your AWS account’s CloudTrail event history? (There are two - one automatically logs all API calls through your AWS account for 90 days). See if you can locate the same API call that errored out in CloudTrail events history, as this view often contains more verbose details and HTTP status codes / error messages.
Could you please share any relevant code - being careful not to include any secrets such as your Pinecone API key?
This error occurred when the number of dimensions set in the embedding model differed from the number of dimensions set in Pinecone. Please check the number of dimensions you have set.