I have a website that has no webapps and doesn’t use Node.js (it just uses Javascript files and DOM script tags. Is it possible to use Pinecone in this project as a vector database? And is it supported? Thanks.
We provide a Node SDK as a convenience, but you could choose to invoke the Pinecone API directly– see, for example, the curl example requests in our getting started guide.
I know this is an old post but wouldn’t this pose a major security risk? How would you protect your API key without a backend?
@troy.morvant You’re correct that part of the reason to run the client in Node is so that secrets like your Pinecone API key are secured server-side - and never published to the client at all.