0

Im following this tutorial https://github.com/chroma-core/gpt4-pdf-chatbot-langchain-chroma

but get an error when ingesting the PDF to Pinecone

error [PineconeError: PineconeClient: Error calling upsert: PineconeError: The requested feature 'Namespaces' is not supported by the current index type 'Starter'.]

do I need to upgrade the pinecone tier?

manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216

1 Answers1

0

I had the same problem. I solved it by deleting the "Starter" project that is provided when you sign up and by creating a new (free tier) project.