Closed MrJim-Dev closed 1 year ago
any success fixing this? I am getting the same error [The requested feature 'Namespaces' is not supported by the current index type 'Starter']
any success fixing this? I am getting the same error [The requested feature 'Namespaces' is not supported by the current index type 'Starter']
I got it fixed by leaving the Pinecone Namespace field empty. This field can be found in "Pinecone Upsert Document" > Additional Parameters.
is this feature available in the starter version?
Namespace is not for free tier or starter, you can leave namespace empty this issue will be solved
await PineconeStore.fromDocuments( pageLevelDocs, embeddings, { pineconeIndex, // namespace: createdFile.id, } )
Namespace is not for free tier or starter, you can leave namespace empty this issue will be solved
await PineconeStore.fromDocuments( pageLevelDocs, embeddings, { pineconeIndex, // namespace: createdFile.id, } )
sorry i am having thi same issue, do you mean i cant use the namespace at all cos if i am on the free tier, or if i leave the namespace option, will it work
@PeterMichael28 it is working in my web app, I've just commented out the "namespace", just remove the namespace field.
here is the screenshot link of my code:
Received the error after I try to ask a question.
[ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: The requested feature 'Namespaces' is not supported by the current index type 'Starter'.]
What does it mean? Do I have to upgrade the pinecone plan? Or is there any way to fix it without upgrading?