Hi.
I am experiencing an error when trying to create indexes for my project. I get this error:
PineconeError: PineconeClient: Error calling createIndex: Index name must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character
So, I ensured I formatted my index name to meet this criteria, my index is now named:
chatsavvy-mwpqfcvix71espul4jkl
However, I am still getting the same error. When I create an index with the same name using the GUI of the Pinecone console, I don’t encounter these errors.
Please help.