I have tried a few examples of tenplates, asked GPT on the pinecone site and after hours or searching still unable to create a simple connect script in NodeJs. This worked fine with python client and modules without issue. Is it safe to assume NodeJs connection to Pinecone is still not stable ? I have tried all variants of package installs to get it to work with a JS script and no luck. What is up with the varying package names like
npm install @pinecone-database/client
yet referring to these after install says Cannot find module ‘@pinecone-database/client’
which leads me to the message about being beta ? is it working or not working with npm module availability?